Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3602000
Adsense in header and other issues
Closed

Comments

  •  1
    marcos started the conversation

    Dear Developer, i created a header but it doesn't show the ad block. Please see imagem attached.

    I have other minor issues like:
    - theme mess my date config on top bar left. I need to reinsert again and again this config to it to work. This is my setup - l, j de F de Y

    - i need to change hamburger menu color in dark mode. Actually, it disappears. It is there but in black color. i didn't find where to change the color for dark mode.
    - I need to change line-height for titles in homepage blocks and internal pages. Is there an easy way to do it? I didn't find any option in theme panel and use css is very time consuming.

    Thank you.

    Attached files:  Captura de tela 08-03-2024 11.13.57.png

  •  2,610
    PenciDesign replied

    Hi,

    1. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci-html-ads-1 {
    width: 100%;
    max-width: 770px;
    height: auto;
    } body.pcdark-mode.pcdm-enable .button-menu-mobile.header-builder svg {
    fill: #fff;
    }

    2. Please go to Appearance → Customize → General → Typography: change the heading line height on this panel.

    Regards,
    PenciDesign.


  •  1
    marcos replied

    It worked, thank you.

    Now please inform us what are the best PHP specifications for this theme. After installing it I noticed that my WordPress became very slow. In some moments almost dead.
    I'm talking about management/posts publication, site operation is very slow. Page loading is also slow despite using your theme optimization settings.

    Thank you.

  •  2,610
    PenciDesign replied

    Hi,

    In general, you should use PHP 8.0 for your site. This is the best version for performance and plugin compatibility at this time.

    Regards,
    PenciDesign.


  •  1
    marcos replied

    I'm not asking for php version, but php setup as:

    max execution time

    memory

    max input time

    suhosin

    etc.

    Even using php 8 the website panel is very slow.


  •  2,610
    PenciDesign replied

    Hi,

    Here is the suggestion of these points:

    - max execution time: 60s,

    - memory: 1024M,

    - max input time: -1

    - suhosin: Suhosin is a PHP security extension that provides various security features. If you're using Suhosin, make sure its settings are properly configured to avoid conflicts with WordPress. Pay attention to settings related to request limits and input validation.

    Regards,
    PenciDesign.

  •  1
    marcos replied

    Hi, I followed your suggestions and I'm using wp super cache, but the Wesbite after Soledad installation became very slow. I'm also using CDN Cloudflare, but it seems not to help. Please take a look at my PHP and server specifications below. Please access www.delegados.com.br and see for yourself.

    I need your help on this matter. Thank you.

    4253183374.png

    max_input_vars = 5000
    opcache.memory_consumption = 512
    opcache.max_accelerated_files = 4000

  •  2,610
    PenciDesign replied

    Hi,

    1. In general, it's recommended to use PHP version 8.0 for the best plugin compatibility.

    2. If the page speed still does not improve, please send me your WordPress admin account in a PRIVATE reply. I'll log in and try to help you check this problem

    Regards,
    PenciDesign.

  •   marcos replied privately
  •  2,610
    PenciDesign replied

    Hi,

    I've checked your site, and the main issue is that it has a large number of installed plugins. Multiple plugins are consuming excessive server resources, which is causing your site (Joomla) to slow down. Please review all the installed plugins and activate only those that are necessary.

    Regards,
    PenciDesign.



  •  1
    marcos replied

    I disabled a dozen of plugins and it seems the performance improved. I'll keep my eyes on it and let you know any other issues.

    Thank you for your support.