Forum replies created

    Priyank
    Spectator
    Posts: 747
    20.05.2017 at 13:59 #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
    20.05.2017 at 13:10 #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
    19.05.2017 at 07:42 #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
    18.05.2017 at 07:01 #33732

    You are welcome

    Priyank
    Spectator
    Posts: 747
    18.05.2017 at 07:00 #33731

    You are welcome.

    Priyank
    Spectator
    Posts: 747
    16.05.2017 at 10:38 #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
    15.05.2017 at 15:13 #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
    15.05.2017 at 07:48 #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
    12.05.2017 at 15:24 #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
    12.05.2017 at 09:08 #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