Forum Replies Created
-
AuthorPosts
-
Hi,
I’m not 100% sure what you mean by “Main style”. Can you take a screenshot and upload it to imgur then post the url here.
And you say you are adding CSS into the “Quick CSS” under Theme > General Styling > Quick CSS and it isn’t having any effect in the browser?
Can you advise:
1) What CSS you added
2) Provide a link to your site so i can take a look (I’m not admin so can’t see private data)March 10, 2019 at 4:20 pm in reply to: How to float Blog posts grid to the right without changing order #1077031Brilliant. Thank you as always.
Please mark this as resolved.
March 10, 2019 at 3:17 pm in reply to: COMMUNITY QUESTION: What functions, hooks and filters in your functions.php? #1077021Hi @basilis,
do you have a link for the group? There are a few.
March 9, 2019 at 12:50 pm in reply to: Adding a link to a PDF gives me a 404 error upon saving the page or doesn't save #1076741@eroberge
By any chance, were the two sites you were having issues with subdomains?@Basilis
The site I was originally having issues with was a subdomain of my domain (tweeddale.digitalessence.net) and I have now migrated this to their live domain and linking to a pdf works.the other site I am having an issue with (http://osso.digitalessence.net) is also a sub-domain.
I can’t see how this would have any bearing on the issue but I thought it best to bring it to your attention in case it was a part of the jigsaw.
March 8, 2019 at 5:38 pm in reply to: Adding a link to a PDF gives me a 404 error upon saving the page or doesn't save #1076426Hi,
any news on this as I am seeing the same issue on another site and it is holding up production. we can’t link to any of the restaurants menus which are all pdfs.
Hi,
I’m using the get_footer action to add a image to the top of the footer of all my pages. You could just a conditional in there to detect which page/post/category etc and then output different $content for each one.
add_action('get_footer', 'footer_image'); function footer_image() { $content = '<div id="myid">formatted html to be added</div> '; echo $content; }
Hope this helps.
I can’t see the CSS as it is private content but have you tried to add the page class selector to the CSS so it only changes that specific page?
ie:
.page-id-11 .mycustomselector {my custom CSS;)
This functionality is WooCommerce not Enfold so you should in the first instance contact WooCommerce about this.
But with a bit of coding, you can make the changes yourself.
https://businessbloomer.com/woocommerce-display-discount-shop-loop-pages/
Are you able to login to Themeforest and download the theme zip file and then update manually? It’s what I do if there are odd issues.
The XML response from that link you provided says:
<Error> <Code>InvalidKey</Code> <Message>Unknown Key</Message> </Error>
And re the image. I’m wondering if you used the img markup to embed it. This doesn’t seem to work so I always just upload my image to imgur.com and paste the link directly in to the post.
Sorry I can’t be any more help.
Hi,
thanks for the reply. I can’t see a screenshot hence me asking. Did you add it as Private Content which is only available to the admins?
I’m just a normal customer taking time out from my work to help others.
Hi,
can you post the exact error you get and what version of Enfold you are currently on and what version are you trying to update to? Need some more details before we can attempt to help.
And have you been through this thread: Updating to Enfold 4.5 and validating Personal Token just in case.
Hi,
That’s the bundled LayerSlider Plugin. You can disable (if you don’t use it) it via:
Dashboard > Theme name > Layout Builder > Integrated (Bundled) LayerSlider Plugin > Remove theme plugin files and slides.
You can also use this bit of code in your functions.php file which will show Pending updates in Dashboard > Updates
/** * Debug Pending Updates * * Displays hidden plugin and theme updates on update-core screen. */ function debug_pending_updates() { // Rough safety nets if ( ! is_user_logged_in() || ! current_user_can( 'update_plugins' ) || ! current_user_can( 'update_themes' ) ) return; $output = ""; // Check plugins $plugin_updates = get_site_transient( 'update_plugins' ); if ( $plugin_updates && ! empty( $plugin_updates->response ) ) { foreach ( $plugin_updates->response as $plugin => $details ) { $output .= "<p><strong>Plugin</strong> <u>$plugin</u> is reporting an available update.</p>"; } } // Check themes wp_update_themes(); $theme_updates = get_site_transient( 'update_themes' ); if ( $theme_updates && ! empty( $theme_updates->response ) ) { foreach ( $theme_updates->response as $theme => $details ) { $output .= "<p><strong>Theme</strong> <u>$theme</u> is reporting an available update.</p>"; } } if ( empty( $output ) ) $output = "No pending updates found in the database."; echo "<h2>Pending updates</h2>" . $output; } add_action( 'core_upgrade_preamble', 'debug_pending_updates' );
Hi,
are you trying to update to the latest version and have you been through this guide: https://kriesi.at/support/topic/updating-to-enfold-4-5-and-validating-personal-token/
March 5, 2019 at 11:14 am in reply to: Adding a link to a PDF gives me a 404 error upon saving the page or doesn't save #1074776March 5, 2019 at 12:22 am in reply to: Adding a link to a PDF gives me a 404 error upon saving the page or doesn't save #1074555Hi,
anyone have ideas about this?
I’ve removed my functions.php, style.css and shortcodes but still the problem persists. When adding a link to a pdf the page just sits at updating (when I have removed my functions.php file) or gives me a 404 error with functions.php present..
I have the same issue with the parent default barebones Enfold theme so it’s not any of my custom code.
March 4, 2019 at 12:14 pm in reply to: masonry Gallery doesn't always load – but resizing browser does make it load #1074318Hi, apologies.
You were correct. It was the Lazy Load plugin which was causing the issue. I’ve disabled it and all is good.
So the lazy Load plugin was causing the masonry gallery to not load correctly.
Please mark this as resolved.
Can you describe how or which element you are wanting to display this information? is it in the Post slider or in individual posts or something else?
Hi,
functions.php doesn’t exist by default, you have to create it in your child theme. You could either use and a hook that or copy header.php over from Enfold to your child and make your changes in there as this is the file that writes the header and the initial HTMl content where you would be placing a top bar..
But, if the client doesn’t have access to FTP and can’t upload a file then I think the only option would be to see if a plugin does what you need.
Hi Mary.
Did you read the Enfold document I linked to? it gives you instructions on how to register a personal token at Themeforest (where you purchased the theme) that you then enter into the theme settings.
it used to be an API key but has changed fairly recently.
You just need to register the theme with a personal token and then enter that token into the theme settings (Dashboard > Theme > Theme Update > Enter a valid Envato private token) and then validate it.
This won’t affect any of your settings.
I am not sure why I didn’t just think of that. This issue has been solved and for future reference, for anyone wanting to do the same:
That’s because I’m a simple bear and always go for the simple option.
Are you using a child theme and have your own header.php?
Try copying it over to your child theme.
February 25, 2019 at 6:44 pm in reply to: How to style footer in Enfold, center footer in enfold #1071402Pop a space between the socket #selector and .copyright selector.
Eg:
#socket .copyright { float: none; display: block; text-align: center; }
In future, I would add outline:1px solid red; so you can see what, if anything you are targeting. Really helps with development.
- This reply was modified 5 years, 8 months ago by DigitalEssence.
You could use file_get_contents to open and read in an external file line by line and pass that to a string, then write that string into a custom div at the top of the website.
Can you Inspect the element and then just target its selector with a display:none?
If you give us a link to the page I can have a go for you.
February 25, 2019 at 4:55 pm in reply to: masonry Gallery doesn't always load – but resizing browser does make it load #1071337Hi,
I’m still experiencing issues with my masonry gallery.
If I visit the above page (https://digitalessence.net/web-design-portfolio/) the gallery doesn’t load until I either scroll or resize the page. I’ve tested in Internet Explorer, Chrome and Firefox and they are all doing the same.
You can use the get modified date (https://codex.wordpress.org/Function_Reference/get_the_modified_date) and then edit the php file that produces the layout you want to edit.
Hi,
I’ve had a look. Are you meaning its the standard browser tooltip you want to hide. If so, try removing the title from the images,
Hi,
I’ve logged in but can’t see which page has the icon grid on it.
have you also looked at this thread: https://kriesi.at/support/topic/disable-flip-on-icon-grid/
-
AuthorPosts