Forum Replies Created
-
AuthorPosts
-
March 24, 2021 at 5:56 am in reply to: Where to change font size of image copyright info – small.avia-copyright #1290033
Hi griddler,
I apologize, I misread it as em (html tag).
Please add this CSS code in Enfold > General Styling > Quick CSS:.avia-image-container small.avia-copyright { font-size: 14px; }Just replace 14px to any size you want to use.
Best regards,
NikkoHi hooman80,
I have updated your CSS code in Quick CSS:
#top .four-in-a-row .avia-image-container.avia-align-center + .av_textblock_section{ background-color: #ebceca !important; }Please review your site.
Best regards,
NikkoHi marsh1984,
I see, can you give us FTP access as well?
Best regards,
NikkoMarch 23, 2021 at 5:22 pm in reply to: Remove the Title Bar with Page Title and Breadcrumb Navigation from single posts #1289956Hi peterolle,
You’ll need to use a child theme in order to do this.
Copy single.php in the parent theme (enfold) to the child theme.
Then comment out or remove this code (line 22, Enfold 4.8.1):if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('heading'=>'strong', 'title' => $title, 'link' => $t_link, 'subtitle' => $t_sub));Hope it helps.
Best regards,
NikkoHi cbrssict,
We apologize for the delayed response.
The problem isn’t the Enable jQuery Migrate Helper, actually this is not needed anymore since you’re already using 4.8.1 (unless some plugins need it).
The issue is actually due to old js file is still being fetched, I tried to disable Javascript file merging and compression in Enfold > Performance and also cleared caching but still it fetches the same js file (link in private content).
Can you setup a staging site for us? we don’t want to risk your live site when trying to isolate the issue.
Here’s a simple tutorial you can follow: https://themeisle.com/blog/wordpress-staging-site/Best regards,
NikkoMarch 23, 2021 at 4:58 pm in reply to: How can I reduce the top margin of landing page on mobile? #1289947Hi jacobs64,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) { #landing-mobile .av_one_fifth:first-child { display: none; } }Best regards,
NikkoHi daves1997,
Can you try to disable CSS file merging and compression in Enfold > Performance?
Flush out any cache and check.Best regards,
NikkoMarch 23, 2021 at 4:46 pm in reply to: Where to change font size of image copyright info – small.avia-copyright #1289941Hi griddler,
You can find it in functions-enfold.php (line 2414, in Enfold 4.8.1).
However, I would suggest using post_thumbnail_html hook.Best regards,
NikkoHi Rey0161,
Thanks for giving us admin access.
Everything seems imported to your site except for the images, we have added it for you.
Please review your site.Best regards,
NikkoHi jaimemerz,
There’s no option for that but the logo should shrink up to 1/2 of the normal logo height.
Best regards,
NikkoHi iannox1,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Brad,
I tried to check on the PHP code (link) but it returns:
Sorry, you are not allowed to access this page.Then I checked on the site and it seems it’s still using the old code. (screenshot in private content)
The new one has 0 inside it and not 1:header.insertBefore(postMeta, header.childNodes[0]);Best regards,
Nikko-
This reply was modified 4 years, 12 months ago by
Nikko.
Hi Antiquaritaly,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMarch 23, 2021 at 3:49 pm in reply to: Single Post Created with Advanced Layout Editor Missing Share Bar #1289913Hi David,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Actionrev,
I have checked on the page and I think @Guenni007 solution is actually better than the PDF plugins and have applied it on your page.
Please review the page.
@Guenni007 thanks again :)Best regards,
NikkoHi hooman80,
I could see this code which overrides the code I gave:
.four-in-a-row .avia-image-container.avia-align-center + .av_textblock_section { padding-top: 10px !important; background-color: transparent!important; }You’ll need to have the background color in #ebceca not transparent.
Best regards,
NikkoMarch 23, 2021 at 3:32 pm in reply to: Show Copyright for images in Standard Editor Blog Posts #1289906Hi spooniverse,
Thanks for pointing it out, I tweaked it with this code (add this at the bottom of your child theme’s functions.php):
add_filter('get_image_tag', function($html, $id, $alt, $title, $align, $size) { $copyright_text = get_post_meta( $id, '_avia_attachment_copyright', true ); if ($copyright_text) { $image = $html; $html = '<figure class="my-image-wrapper">'; $html .= $image; $html .= '<p class="my-copyright">' . $copyright_text . '</p>'; $html .= '</figure>'; } return $html; }, 10, 6);This hook only triggers after you inserted an image (Add Media).
You can style the wrapper with .my-image-wrapper and for the copyright text .my-copyright
Hope this helps.Best regards,
NikkoHi ditteditte,
Can you try to replace your jQuery code with this instead (inside the script):
jQuery(window).load(function(){ jQuery(".woocommerce-page .entry-content-wrapper").append(jQuery(".kategoritekst")); });Best regards,
NikkoHi jonrouse,
Please check in private content.
Best regards,
NikkoHi iannox1,
Can you give us temporary admin access as well as FTP access? so we can investigate on the issue.
Just post the credentials in private content.Best regards,
NikkoHey meesteraandemuur,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
.post-type-archive-product.woocommerce .template-shop { background-color: black; } .post-type-archive-product.woocommerce .template-shop .widgettitle, .post-type-archive-product.woocommerce .template-shop .woocommerce-loop-product__title { color: white; }Best regards,
NikkoMarch 22, 2021 at 10:05 am in reply to: Remove h1 main-title entry-title for "Home" page only #1289579Hi sjentzsch,
Try to edit the homepage and in the Sidebar, find Title Bar Settings and set this to Hide both
I have tested it with Enfold 4.8.1 and it does remove the title_container (not via CSS, the html code itself is removed).
If this does not happen on your site, please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHey troyeccles,
I tried to check on the link you gave however it returns:
Nothing FoundPlease check.
Best regards,
NikkoHi neobiz2,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Photoart-Huebner,
We apologize for the delayed response.
You are correct in saying that responsive images are for delivering big images on big screens and smaller images for smaller screens however we are conforming to WordPress standards as defined in https://developer.wordpress.org/apis/handbook/responsive-images/
Unfortunately, this could not be implemented in background images however you can use CSS as a workaround for this, though it is done manually.
So in your Color Section with an ID of pricing, you can change the background image in mobile by adding this CSS code in Enfold > General Styling > Quick CSS:@media only screen and (max-width:767px) { #pricing .av-parallax-inner { background-image: url('THE_IMAGE_URL') !important; } }Just replace THE_IMAGE_URL with the actual background image url.
On other sections, you just need to use the same pattern and just replace #pricing with the correct ID.
Hope this helps.Best regards,
NikkoHi JCEmanuels,
Thanks for giving us admin access.
I have added your code in functions.php and it worked properly, maybe it was just missing the opening php tags before.
As for using multiple fonts in a single page, we don’t have that option but if you go to Enfold > Advanced Styling, you should be able to change the font for specific elements, for example the heading tags.
Hope this helps.Best regards,
NikkoMarch 22, 2021 at 8:53 am in reply to: adapting the width of the content in my pages in Enfold theme? #1289569Hi karel,
Please refer to our documentation regarding mailchimp: https://kriesi.at/documentation/enfold/mailchimp-signup/
Best regards,
NikkoHi emanuelecocchiaro,
Thanks for giving us admin access.
Please do the following in your Masonry Gallery:
1. Content > Captions > Element Title and Excerpt Styling set to: Default display (at the bottom of the elements image)
In your site it’s Contenuto > Didascalie > Stile dell’elemento Titolo e Riassunto set to: Visualizzazione di default (in basso agli elementi immagine)
2. Styling > Masonry Settings > Size Settings set to: Flexible Masonry
In your site it’s Stile > Impostazioni Masonry > Impostazioni dimensione set to: Masonry flessibile
Hope this helps.Best regards,
NikkoMarch 22, 2021 at 8:28 am in reply to: adapting the width of the content in my pages in Enfold theme? #1289566Hi karel,
With regards to your logo, I think it’s a better idea to use SVG, WordPress does not support this yet because of some issues but with SVG Support plugin this is made possible.
You can check on this article for further information: https://www.wpbeginner.com/wp-tutorials/how-to-add-svg-in-wordpress/As for the shrinking header, go to Enfold > Header > Header Behavior (tab) > turn off Shrinking Header
Hope this helps.Best regards,
NikkoHi Fibou,
Thanks for providing the screenshots.
It seems the issue is on caching and some CSS that should make your site responsive is not fetching.
Can you try to disable any CSS merging and minification, then try to flush out cache and check on your phone?Best regards,
Nikko -
This reply was modified 4 years, 12 months ago by
-
AuthorPosts
