Forum replies created

    Priyank
    Spectator
    Posts: 747
    May 20, 2017 at 1:59 pm #33796

    Hello

    Issue with menu you have created. I have solve this out.
    In case you get this issue again, many of WordPress user get this issue,

    I have found solution from here, my be it help you if you get issue again:
    https://wordpress.org/support/topic/exception-nav_menu_item-missing-description/
    https://wordpress.org/support/topic/wordpress-45-themes-white-screen/

    Thank you

    Priyank
    Spectator
    Posts: 747
    May 20, 2017 at 1:10 pm #33791

    Hello,

    There is no option for reduce images sizes but you can change with coding as well custom css.

    Other option is
    Chosen Portfolio four Column template inside page or recent works short code in your page this could solve image size problem.

    Thank you

    Priyank
    Spectator
    Posts: 747
    May 19, 2017 at 7:42 am #33766

    Hello

    -> Please try with disable all plugins and check.
    -> If still not work, provide us your FTP details in private reply, so we check into this.
    -> You can update your logo using Theme options -> Header -> Logo, here all the options available related logo.

    Thank you

    Priyank
    Spectator
    Posts: 747
    May 18, 2017 at 7:01 am #33732

    You are welcome

    Priyank
    Spectator
    Posts: 747
    May 18, 2017 at 7:00 am #33731

    You are welcome.

    Priyank
    Spectator
    Posts: 747
    May 16, 2017 at 10:38 am #33702

    Hello

    Please add below css code into Theme Options -> Custom css

    .page-id-704 .hentry .entry-content,
    .page-id-818 .hentry .entry-content {
    margin-top: 0;
    }
    .page-id-704 .content {
    padding-top: 0;
    }

    Thank you

    Priyank
    Spectator
    Posts: 747
    May 15, 2017 at 3:13 pm #33698

    Hello

    Please add below custom css code inside Theme Options -> Custom css


    .primary-menu a.sf-with-ul::before {
    content: "" !important;
    }

    Thank you

    Priyank
    Spectator
    Posts: 747
    May 15, 2017 at 7:48 am #33695

    Hi @Fulop Andras,

    As per forum rule.
    https://theme4press.com/support/topic/theme4press-support-forums-rules-please-read/

    Please open a new thread, do not post in other users thread.

    Thank you.

    Priyank
    Spectator
    Posts: 747
    May 12, 2017 at 3:24 pm #33686

    Hello

    For removing “/” sign after menu, add below code inside Theme options -> Custom CSS option

    ul.nav-menu li .slash {
    display: none;
    }

    Thank you

    Priyank
    Spectator
    Posts: 747
    May 12, 2017 at 9:08 am #33684

    Hello

    Let me explain you what is the issue here,
    In header Social icon and input search for both same color use. You are apply “Subscribe/Social icons color” White color for this so any written text is not readable.
    Solution is two way:
    1: Change Subscribe/Social icons color this color.

    2: Use below css in custom css inside theme option.

    .header_v4 input#search-text-top {
    color: #ccc !important;
    }
    * Change your color code with sample code.

    Thank you