Forum Replies Created
-
AuthorPosts
-
November 4, 2024 at 5:33 pm in reply to: Upcoming Events shortcode not showing events that have a valid date range #1470592
Thanks Rikard. You can close this ticket.
November 4, 2024 at 2:13 pm in reply to: Upcoming Events shortcode not showing events that have a valid date range #1470572Thank you Ismael for clarifying that this is the intended behavior and for your team for providing a hook to make this an easy modification.
Please provide an update on the LayerSlider SQL injection vulnerability.
From the CVE, “This vulnerability allows unauthenticated threat actors to inject malicious SQL queries to steal sensitive information from the database.”Additional information.
https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/layerslider/layerslider-7911-7100-unauthenticated-sql-injectionAccording to the Enfold changelog, the latest bundled version is 7.9.11. This vulnerability affects versions 7.9.11 and 7.10.0.
Changelog: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990#item-description__changelogGreat thanks!
July 21, 2014 at 2:47 pm in reply to: Revolution Slider creating 500 error message on Network Solutions #293860You can close this thread. I mistakenly posted to the wrong theme forum. To fix the problem I purchased the recent version of the Revolution Slider and overwrote the files that came with the theme. The updated version of the slider fixed my issue.
Error went away with the new code but slideshow still does not autoplay
After making the change I am now getting the following error using Firebug
SyntaxError: invalid object initializer
if($.fn.prettyPhoto) elements.prettyPhoto({ social_tools:'',slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh, autoplay_slideshow}); }
If I remove autoplay_slideshow and revert back to normal it works as expected.
Look up the prettyPhoto documentation it says to use autoplay_slideshow:true. When I changed it to this the gallery loads without error but it still doesn’t autoplay.
- This reply was modified 10 years, 10 months ago by Estland.
January 16, 2014 at 8:52 pm in reply to: Multiple headings don't align with content in mobile view #210878Thanks! That was easy enough.
January 10, 2014 at 3:10 pm in reply to: Two logo images – one for desktop site and one for mobile #208029Thanks for the CSS Ismael. That’s quality support!
January 10, 2014 at 3:23 am in reply to: Two logo images – one for desktop site and one for mobile #207798Hello Josue,
Here are the two logos
Desktop: http://heartland.estlandpreview2.com/wp-content/uploads/2013/12/logo_header.png
Mobile: http://heartland.estlandpreview2.com/wp-content/themes/heartland/images/logo_header_mobile.pngThanks Devin. I was able to use a combination of color sections and custom class fields using the link you posted to get the desired effect. The only minor issue I am having is finding enough elements to wrap a text block in a design that has a top background, a middle background, and a bottom background. I’m trying to insert another div within the body of the text block and absolute position it, but am having minimal luck.
#sub_slider .je_block_bottom { background: url("images/bg_get_estimate_bottom.png") no-repeat scroll center bottom rgba(0, 0, 0, 0); bottom: -45px; color: #967C68; min-height: 55px; padding: 10px 5px 5px 30px; position: absolute; width: 100%; }
The text block I’m working on is called “Get An Estimate”
http://heartland.estlandpreview2.com/Thanks for the debug code. The problem with the approach you gave is that the editor will have to update every page in the site when a change needs to be made. Since the content in this portion should remain identical on all pages I’d much prefer to create a page that is used as an include file and then modify the template to include that file. This way the editor can make the change once and it will apply to all pages that use the template.
Can you tell me how to get access to the layout builder content of a page by page ID so I can include it in my template file? For a normal page (created without using the avia layout builder) I could use the following code, but for pages that use the builder this code returns empty.
<?php $je_include = get_pages('include=270'); $je_content = apply_filters('the_content',$je_include[0]->post_content); echo $je_content; ?>
Update: I copied and pasted the shortcodes from the advanced layout editor into the default editor. After doing so I was able to include the content using the above code. Example here: http://heartland.estlandpreview2.com/about/
Content below the bright red line was included from my page called “Content Under Page”. I would still rather be able to call the content in the avia layout builder instead of having to create it in the layout builder and then copy/paste into the default editor. That is too many steps for the average user to remember.
Also, I notice that my code (written in the page.php file of my child theme) only applies to pages that are using the default editor. Pages using the layout builder do not show the extra content. For example, the first page below uses the default editor and shows the additional content. The second page uses the layout builder and does not. Both pages are using the default template (page.php).
http://heartland.estlandpreview2.com/about/ – default editor, shows additional content
http://heartland.estlandpreview2.com/windows/ – layout builder editor, does not show additional content- This reply was modified 10 years, 11 months ago by Estland.
December 31, 2013 at 9:23 pm in reply to: Cropping portfolio thumbnails from top instead of center #204161Thanks Devin. Unfortunately this means that we’ll have to re-upload all of the portfolio images since it looks like you have to set the position when you upload each image. I was hoping I could change the position using the functions.php file and then re-create the thumbs using a thumbnail rebuilder.
Update: After changing the crop position I was able to use another plugin to recreate the thumbnails. I did not have to reupload anything.
- This reply was modified 10 years, 11 months ago by Estland.
-
AuthorPosts