Forum Replies Created
-
AuthorPosts
-
Hey!
Can you post a screenshot of the backend view?
Best regards,
JosueSeptember 20, 2014 at 11:44 pm in reply to: More tag / Excerpt issue & Blog post read more page #322485Hey!
Check it now, i had to remove the previous code i suggested from child functions.php too.
Regards,
JosueHi!
Try removing this code you have in style.css:
body { padding-top:88px; }Regards,
JosueHi,
Can you post the link to the website please?
Regards,
JosueHey Enffie!
Enfold breadcrumbs are already optimized for SEO, implementing Yoast one would require modifying the theme files, refer to Peter response here:
https://kriesi.at/support/topic/yoast-breadcrumbs-integration/Regards,
JosueSeptember 20, 2014 at 11:28 pm in reply to: More tag / Excerpt issue & Blog post read more page #322477Hi!
Check your blog page now, i had to select this setting:
http://screencast.com/t/rU1UsfaGpOxbCheers!
JosueSeptember 20, 2014 at 11:24 pm in reply to: Product Slider & Product Grid not working and Layout Builder will not load #322476Hey!
I was able to create a page (“Test”) with a product grid and it’s working as expected. No products are shown because no product categories exist.
Best regards,
JosueHey Peter!
Try adding this code to the Quick CSS:
.avia-fullwidth-slider .avia-slideshow-arrows { opacity: 0; } .avia-fullwidth-slider:hover .avia-slideshow-arrows { opacity: 1; }Cheers!
JosueSeptember 20, 2014 at 11:14 pm in reply to: More tag / Excerpt issue & Blog post read more page #322473Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi Biggy,
Can you post the link to your page please?
Regards,
JosueHi!
I believe that’s because those two items are the one currently shown in that page (1 / 2 / 3). One thing you can do is set the portfolio element to show ALL portfolio items at once.
Regards,
JosueSeptember 20, 2014 at 10:24 pm in reply to: Product Slider & Product Grid not working and Layout Builder will not load #322461Hi,
Can you please create me an administrator account? post it here as a private reply.
Also, i’d suggest increasing the memory limit to at least 128M:
define( 'WP_MEMORY_LIMIT', '128M' );Regards,
JosueSeptember 20, 2014 at 10:23 pm in reply to: Portfolio Category in menu, opened page with sidebar and wrong menu #322460Hi!
The Custom Menu widget is now appearing on archive pages too, you needed to put it here – http://screencast.com/t/anvBdLcOJOow
Also, if you want to have more control of where the widgets appear you can use this plugin:
https://wordpress.org/plugins/widget-logic/Regards,
JosueHi!
In order to achieve what you want you’d need to create something like this:
http://screencast.com/t/emOAiJoOPMT9Regards,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueSeptember 20, 2014 at 9:16 pm in reply to: LayerSlider not allowing me to create new slides or edit old ones #322449Hey Patrick!
Can you check if the issue persists with any other theme activated? also, i tried login to your site but when doing so a blank page prompted.
Regards,
JosueSeptember 20, 2014 at 9:06 pm in reply to: More tag / Excerpt issue & Blog post read more page #322448Hi,
Can you post a link to your blog page? also, try with this code instead:
function change_blog_archive_style() { global $avia_config; if(!is_single()){ $avia_config['blog_content'] = "content"; } } add_action('get_header', 'change_blog_archive_style');Regards,
JosueHi!
You still have an older version of Enfold (2.8.1), latest version is 2.9.2, here’s a video on how to update via FTP:
Cheers!
JosueSeptember 20, 2014 at 8:19 pm in reply to: Social Icons and Arrows disappeared after Update to WordPress 4.0 #322443Hey @migatica!
I checked your website and the icons are showing as expected:
http://screencast.com/t/EYpEblfPhyXmCan you please check if the issue persists on another computer?
Cheers!
JosueHey!
Try with this:
.error404 .sidebar{ display: none !important; } .error404 .content{ border: none !important; }Regards,
JosueHi!
No, the Quick CSS is a textarea where you can put custom CSS code, it is located in Enfold > General Styling.
Cheers!
JosueHey Lyse!
The problem is that those texts should be inside Text Elements so they can be editable, right now they are directly inserted into the column elements (i believe this was done through debug mode).
Regards,
JosueHey!
I’d use columns + image elements, something like this:
http://screencast.com/t/axNACitpBest regards,
JosueHey!
Try adding this code to the Quick CSS:
.error404 .sidebar{ display: none; }Cheers!
JosueSeptember 20, 2014 at 2:05 pm in reply to: error movies files from directories on same server #322352Hey Karen!
There is permission problem (not theme related) with the /wp-includes/load.php, make sure it is readable by the server.
Regards,
JosueHey!
Try adding this at the very end of your theme functions.php file:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Titillium Web'] = 'Titillium+Web'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Titillium Web'] = 'Titillium+Web'; return $fonts; }Cheers!
JosueSeptember 20, 2014 at 1:59 pm in reply to: La nueva versión "enfold" para wordpress 4 me descoloca contenidos de mi web #322348Hola José,
Podrías detallar mas el problema? que fue lo que se cambio exactamente?
Saludos,
JosueHi!
Add this:
#top #main .content, #top #main .sidebar { border: 0; }Best regards,
JosueSeptember 20, 2014 at 1:37 pm in reply to: Single blog post – bottom, set default call to action images #322343Did you try changing the code in functions.php? try with this:
add_action('ava_after_content', 'add_five_images', 10, 2); function add_five_images($id = "", $context = "") { if(is_singular('post') && $context == "post"){ echo do_shortcode("[PUT FIVE SHORTCODES SHORTCODES HERE]"); } }Cheers!
Josue -
AuthorPosts
