Viewing 25 posts - 1 through 25 (of 25 total)
  • Author
    Posts
  • #1480952

    I’m working on SEO, and each heading of the magazine appears to be an H1 or H2, which negatively impacts my rankings.

    I do not do code. Could you please supply me with an easy way to make them all paragraph size?

    You can view a page; I’ve included links at the bottom of every page in the website. I have hundreds of pages.

    Here is a sample. https://photomagx.com/featured-articles-travel-photography/maine-lighthouses-milky-way-photography/

    Your quick response would be appreciated.

    Thank you.

    #1480973

    Hey extraeyes,

    Thank you for the inquiry.

    You can add this filter in the functions.php file to adjust the title tag of the magazine element:

    function avf_customize_heading_settings_mod( $args, $class, $extra_args ) {
        $args['heading'] = 'p';
        return $args;
    }
    add_filter( 'avf_customize_heading_settings', 'avf_customize_heading_settings_mod', 10, 3 );
    

    Best regards,
    Ismael

    #1481009

    I advised I do not do code. I do not know what a function.php file is?

    I only work in the front end.

    Pam

    #1481046

    Hi,

    Thank you for the update.

    Please provide the WP and FTP details in the private field so we can apply the modification. If FTP is not available, make sure that the Appearance > Theme File Editor is accessible.

    Best regards,
    Ismael

    #1483939
    This reply has been marked as private.
    #1483995

    Hi,
    The login is not admin so we don’t have access to the Appearance > Theme File Editor > functions.php file.
    Please adjust.

    Best regards,
    Mike

    #1484025

    Sorry… sent new info.

    #1484031

    Hi,
    Thanks, now the login is admin, I added the code above to your “My Custom Functions” plugin and now your magazine titles are “p”, please check.

    Best regards,
    Mike

    #1484107

    checking…

    • This reply was modified 2 weeks, 5 days ago by extraeyes.
    • This reply was modified 2 weeks, 5 days ago by extraeyes.
    #1484111

    PERFECTION!!!!!!!!!!WHO WHO…!!! :) :)

    Can you do the other one now?

    This website has hundreds of pages, so I’m a little nervous to ask you directions to do it myself.

    You can check the bottom of this page when you do it to see if it takes. https://photomagx.com/

    THANKS AGAIN!!!

    #1484132

    Hi,

    We tried logging in to the site, but the password for the username is incorrect. Please double-check the login details. Have you tried adding the code to the functions.php file? If you’re concerned about causing errors, you can ask your hosting provider to create a backup or restore point first.

    Best regards,
    Ismael

    #1484165

    Sorry, I created and tested a new login.

    #1484193

    Hi,

    The site is not using a child theme. We recommend activating the default child theme to preserve the modifications during theme updates. Please refer to the documentation below.

    https://kriesi.at/documentation/enfold/child-theme

    Best regards,
    Ismael

    #1484249

    Wow.. this is really upsetting. After fifteen years no one ever explained this to me? This looks very complicated for me and my website is 200 plus pages. What are the chances that I screw this up?

    So all the modifications you have helped me with over the years are wiped out in updates?

    I don’t trust myself to update to this theme without help.

    Will this change any of my pages? I can make a back up but is this just like redownloading the regular theme and no changes will take place on the pages?

    I am almost ready to quit. Do you have a list of developers to hire that are inexpensive and trusted? I have been working on page speed for weeks with no good results, now this.. I need help.

    Thank you

    • This reply was modified 2 weeks, 3 days ago by extraeyes.
    • This reply was modified 2 weeks, 3 days ago by extraeyes.
    #1484329

    Hi,

    After fifteen years no one ever explained this to me?

    Using a child theme is a common practice in WordPress, so we assumed you might already be familiar with it. If not, please make sure to create a site backup or restore point, then check out the following links for more info on how to activate a child theme in Enfold:

    https://kriesi.at/documentation/enfold/child-theme/
    https://developer.wordpress.org/themes/advanced-topics/child-themes/

    If you need more help with the activation, please contact Codeable or any WordPress developer platform.

    https://kriesi.at/contact/customization

    Thank you for your understanding.

    Best regards,
    Ismael

    #1484404

    So I installed the child’s theme on one of my much smaller websites that doesn’t get traffic.

    It did not save the theme settings. The Enfold logo showed up, the pages have a sidebar, the type size is different, etc.

    Can you explain this? Do I need export them and reimport?

    I see the EXPORT THEME SETTINGS FILE. Do I just export the settings, add the child’s theme, upload them, and voila, I am done?

    Is there anything else I should know?>
    reminder I do not know code.

    THANK YOU!!

    PAM

    • This reply was modified 1 week, 6 days ago by extraeyes.
    #1484408

    Hi,
    Please see our documentation here and note: Step 4: Import parent theme options and note all steps, especially step 3: Go to Enfold Theme Options > Import/Export > Import Settings From Your Parent Theme and import
    Screen Shot 2025 05 18 at 2.18.48 PM

    Best regards,
    Mike

    #1484536

    Thank you. I am working on setting up staging so I can convert to the child theme.

    IN THE MEANTIME.. I noticed my other website does not have the font so big, and after all this, I remember years ago I wanted the images bigger, so you gave me this code to put in the QUICK CSS…

    THERE ARE A FEW THINGS YOU GAVE ME IN HERE. CAN WE CHANGE THE PART FOR THE MAGAZINE TO HAVE A SMALLER FONT SIZE USING THIS CODE?

    I am giving you the whole section because I don’t know for sure which part is magazine and which is something else.

    THANK YOU IN ADVANCE FOR HELPING !!!

    THIS IS EVERYTHING IN THE QUICK CSS:
    p strong{
    color:#000!important;
    }

    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    color: white!important;
    }

    .av-magazine-thumbnail {
    min-height: auto;
    }

    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    color: white!important;
    }

    .av-magazine-thumbnail {
    min-height: auto;
    }
    div .slideshow_caption h2 {
    text-transform: none;
    }

    .av-magazine-thumbnail {
    width: 135px;
    height: auto;
    }

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    h2.avia-caption-title {
    font-size: 30px !important;
    }
    .avia-caption-content p {
    font-size: 22px !important;
    line-height: 24px;
    }
    }

    @media only screen and (max-width: 767px) {
    h2.avia-caption-title {
    font-size: 20px !important;
    }
    .avia-caption-content p {
    font-size: 14px !important;
    line-height: 16px;
    }
    .slideshow_caption {
    padding-top: 20px !important;
    }
    }

    #header_meta .menu li a {
    color: #fff !important;
    }
    .av-burger-overlay-scroll #av-burger-menu-ul a {
    color: #fff;
    }

    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
    color: #fff;
    }

    .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after {
    background-color: #fff;
    }

    #header_meta .sub_menu .menu li a {
    color: #030303 !important;
    }

    .avia_textblock a strong {
    color: blue !important;
    }

    #1484547

    Hi,
    We will need to see your page so we can determe the css effecting your magazine font size.

    Best regards,
    Mike

    #1484612

    You can go to any of the photography hot spot pages and at the bottom is where I put the magazine section.
    here are a few.

    EACH MAGAZINE AT THE VERY BOTTOM OF EACH PAGE.

    THANK YOU!!!!!!!!!!!!

    #1484616

    Hi,
    To have a smaller font size for the magazine titles, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #wrap_all .all_colors h3.av-magazine-title {
    	font-size: 12px;
    }

    adjust to suit and clear your browser cache
    Screen Shot 2025 05 24 at 1.34.01 PM

    Best regards,
    Mike

    #1484687

    I tried with that only 18 not 12. It did not work for me. I cleared the cache and used other browsers, and it is still the same.

    What ever solution we come up with I do not want the Date as the main header.

    Any ohter options??

    #1484690

    Hi,
    I did not find the css in your Quick CSS, so I added it for you:
    Screen Shot 2025 05 26 at 9.21.29 AM
    and it is working now:
    Screen Shot 2025 05 26 at 9.23.13 AM
    I don’t know what you want to do with the date, I don’t see this in your previous request. Hide it?

    Best regards,
    Mike

    #1484699

    Sorry… PERFECTION!!!!!!!!!!WHOO HO!!! LOL.. Thank you.. and with that change the type is now bigger than he date so nothing else needs to be done!

    THANK YOU SO SO MUCH!!!

    #1484703

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 25 posts - 1 through 25 (of 25 total)
  • The topic ‘Magazine type size is way too big.’ is closed to new replies.