
-
AuthorPosts
-
April 7, 2025 at 6:18 pm #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.
April 8, 2025 at 5:55 am #1480973Hey 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,
IsmaelApril 8, 2025 at 4:51 pm #1481009I advised I do not do code. I do not know what a function.php file is?
I only work in the front end.
Pam
April 9, 2025 at 6:42 am #1481046Hi,
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,
IsmaelMay 9, 2025 at 6:20 pm #1483939This reply has been marked as private.May 10, 2025 at 6:03 pm #1483995Hi,
The login is not admin so we don’t have access to the Appearance > Theme File Editor > functions.php file.
Please adjust.Best regards,
MikeMay 11, 2025 at 4:05 pm #1484025Sorry… sent new info.
May 11, 2025 at 7:33 pm #1484031Hi,
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,
MikeMay 12, 2025 at 8:01 pm #1484107May 12, 2025 at 8:19 pm #1484111PERFECTION!!!!!!!!!!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!!!
May 13, 2025 at 6:15 am #1484132Hi,
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,
IsmaelMay 13, 2025 at 6:45 pm #1484165Sorry, I created and tested a new login.
May 14, 2025 at 6:30 am #1484193Hi,
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,
IsmaelMay 14, 2025 at 5:52 pm #1484249Wow.. 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
May 16, 2025 at 7:24 am #1484329Hi,
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,
IsmaelMay 18, 2025 at 4:59 pm #1484404So 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.
May 18, 2025 at 8:21 pm #1484408Hi,
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
Best regards,
MikeMay 21, 2025 at 8:04 pm #1484536Thank 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;
}May 22, 2025 at 12:36 am #1484547Hi,
We will need to see your page so we can determe the css effecting your magazine font size.Best regards,
MikeMay 24, 2025 at 6:11 pm #1484612You 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!!!!!!!!!!!!
May 24, 2025 at 7:35 pm #1484616May 26, 2025 at 3:04 pm #1484687I 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??
May 26, 2025 at 3:26 pm #1484690May 26, 2025 at 5:35 pm #1484699Sorry… 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!!!
May 26, 2025 at 6:49 pm #1484703Hi,
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 -
This reply was modified 1 week, 6 days ago by
-
AuthorPosts
- The topic ‘Magazine type size is way too big.’ is closed to new replies.