Forum Replies Created
-
AuthorPosts
-
Hello,
Featured Images should display there by default, have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
The LayerSlider included with the theme will be updated when the theme updates, you’ll need to purchase LayerSlider as a standalone plugin if you want to update it at will.
Best regards,
JosueOctober 22, 2014 at 4:29 am in reply to: How can I select specific posts/pages to show in an accordion slider? #339346Hey!
That’s not possible at the moment, i’d suggest tagging the specific posts you want to show and changing the accordion setting accordingly.
Best regards,
JosueHi!
I’m not sure if that’s possible to be honest, does the plugin you mention offers that feature built-in?
Best regards,
JosueHi Josh,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi,
Can you please check if it happens with the default WordPress theme activated?
Cheers!
JosueCheck it now.
Hi,
Open js/shortcodes.js and look for line 2734:
if(redirect_to && action != redirect_to)Replace it by this:
if(redirect_to)Regards,
JosueHi!
Can you post a link to your gallery page please?
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
Can you enable file editing or provide a FTP account so i can edit the child theme files?
Regards,
JosueYou are welcome Sarah, always glad to help :)
Regards,
JosueHey!
It works now, i ended up using CSS, for some reason that filter is not working.
.image-overlay .image-overlay-inside:before { content: "\E800"; font-family: 'fontello'; }Regards,
JosueOctober 22, 2014 at 3:32 am in reply to: How to repeat social icons from header and clone them to footer? #339325Hi,
Can you post the link to your website please? an administrator account would be helpful too.
Regards,
JosueHi,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueHi Sarah!
Change your code to this:
.custom_bullets ul li { list-style-image:url('http://premiumproseindia.com/testsite/wp/wp-content/uploads/2014/10/bullet.gif'); }Best regards,
JosueOctober 22, 2014 at 3:20 am in reply to: Bug in Enfold child theme breaks responsive features #339318Hi Sam,
Can you post the link to your website please? an administrator account would be helpful too.
Regards,
JosueHey Sarah,
Don’t put the whole code in the Custom Class field, just “custom_bullets” without the dots, then put the CSS code in Quick CSS:
.custom_bullets ul li { list-style-type: circle; list-style-position: inside; list-style-image:url(‘http://premiumproseindia.com/testsite/wp/wp-content/uploads/2014/10/bullet.gif’); }Best regards,
JosueHey Marie!
Have you tried changing the format of that Post to the standard one?
Best regards,
JosueHi Sarah!
Try setting a custom class to that text block and change the code accordingly:
.custom_bullets ul li { list-style-type: circle; list-style-position: inside; list-style-image:url(‘http://premiumproseindia.com/testsite/wp/wp-content/uploads/2014/10/bullet.gif’); }Regards,
JosueOctober 22, 2014 at 1:45 am in reply to: Bug in Enfold child theme breaks responsive features #339302Hi Sam!
Are you using the latest version of Enfold (3.0.2)?
Cheers!
JosueOctober 22, 2014 at 1:27 am in reply to: Bug / incompatibility with Google Analytics by Yoast plugin #339299Hi,
Can you post the link to your website with the issue happening so we can have a look?
Regards,
JosueOctober 22, 2014 at 1:26 am in reply to: Errors in …/wp-content/themes/enfold/framework/php/error_log and apache log #339298Sure, we’ll leave this thread open.
Best regards,
JosueHey!
The link you posted is returning a 404 not found page.
Regards,
JosueHello Robin,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi Courtney!
Try changing the “Sidebar on Archive Pages ” setting in Theme Options > Sidebar Settings.
Cheers!
JosueHey Martin!
You don’t necessarily have have to add CSS to make this change, you could do it via child functions.php, try adding this:
add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1); function avia_replace_standard_icon($icons) { $icons['ov_external'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue915'); $icons['ov_image'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue915'); $icons['ov_video'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue915'); return $icons; }Replace “entypo-fontello” by the name of the imported font and “ue915” by the code of the desired icon, you can check these when adding an Avia icon-based element in a page.
Reference:
http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/Regards,
Josue -
AuthorPosts
