Forum Replies Created
-
AuthorPosts
-
Hey!
Try adding this code to the Quick CSS:
.avia-gallery-thumb a{ display: none !important; } .avia-gallery-thumb a:nth-child(1), .avia-gallery-thumb a:nth-child(2), .avia-gallery-thumb a:nth-child(3){ display: block !important; }Cheers!
JosueHi Shelley!
Go to Appearance > Menu, create a new menu and set it as the Main Menu.
Best regards,
JosueSeptember 9, 2014 at 4:11 am in reply to: Breadcrumbs doesn't work fine in Portfolio Items. How to personalize it? #315555Hey!
Could you elaborate what is wrong exactly with the breadcrumbs? right now is like:
Home / Productes / Alma WORKSTATION / ALMA CLINIC
Cheers!
JosueNo problem, glad to help :)
Regards,
JosueSeptember 9, 2014 at 4:06 am in reply to: Quick CSS – is this retained when theme is updated? plus feature request #315549Hi,
Can you post the link to your website please?
Regards,
JosueHey!
Hmm, i don’t think that’s possible, have you tried putting the Icon List in a Color Section with an ID?
Cheers!
JosueThanks for sharing your experience @EdFritz!
Hey Guillerme!
Update via FTP:
Cheers!
JosueHey Mike!
It looks like you still have 2.9.1 installed, try removing the /wp-content/themes/enfold folder and uploading the updated one manually via FTP again.
Regards,
JosueHey!
Add the following at the very end of your theme / child theme functions.php file:
add_filter('avf_title_args', 'change_title_for_Archives', 10, 1); function change_title_for_archives($args) { if(is_archive()){ $args['title'] = get_queried_object()->name; $args['heading'] = "h2"; } if(is_singular('post')){ $args['title'] = "Something"; } return $args; }Cheers!
JosueSeptember 9, 2014 at 3:26 am in reply to: How to display a full website in an iframe without scroll bars #315522Hey Stephen!
Use a “Blank Template” page, to hide the iframe borders put this code in Quick CSS (i’m assuming your iframe an ID of “myiframe”):
#myiframe{ border: 0 !important; }Cheers!
JosueHey!
It depends of the blog style you use, take the sample images shown in the demo site as a reference:
http://kriesi.at/themes/enfold/blog/
http://kriesi.at/themes/enfold/blog/blog-grid/
http://kriesi.at/themes/enfold/blog/blog-multi-author/
http://kriesi.at/themes/enfold/blog/blog-single-small/
http://kriesi.at/themes/enfold/blog/blog-single-author-big/
http://kriesi.at/themes/enfold/blog/blog-single-author-full/Regards,
JosueHello Daniela,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueSeptember 9, 2014 at 3:17 am in reply to: Header layout changes when viewed in Internet Explorer #315516Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueSeptember 9, 2014 at 3:15 am in reply to: Video Playlist bug since WordPress 4.0 and Enfold as of 8-9-2014 #315515Hey Charlie!
Try adding this code to the Quick CSS:
.wp-playlist video { min-height: 320px; }Modify as needed.
Cheers!
JosueHey Toby!
Open /wp-content/plugins/easy-facebook-likebox/public/assets/css/public.css and remove:
.responsive , .responsive span, .responsive span iframe[style], .responsive span img { width: 100% !important; }Cheers!
JosueHey!
It is not recommended to have your custom css there as it gets lost every time the theme gets updated, use the Quick CSS instead.
Cheers!
JosueHi!
Have you tried disabling all third-party plugins?
Best regards,
JosueHey @einstein999!
It seems that page has the Blank Template selected in the page options. The login details you posted are not working, please re-check.
Best regards,
JosueHey John!
Try adding this code to the Quick CSS:
.avia-content-slider-inner .slide-entry-title{ font-family: "Comic Sans"; font-size: 12px; color: red; text-transform: uppercase; }Change as needed.
Cheers!
JosueHi Trevor!
Could you please specify which theme files have you edited?
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.av_promobox { margin-bottom: 0 !important; }Cheers!
JosueHi,
Please contact the plugin author for more info about the issue. Support for third-party plugins is outside the support scope we can offer. You can also contact a developer to help you debug the plugin.
Regards,
JosueHey Michael!
Try the solutions provided here:
http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problemsCheers!
JosueSeptember 9, 2014 at 2:11 am in reply to: Avia layout editor and Enfold "Show all options" will not load #315493Hi Chrys!
Please change it to centered, then post a reply here.
Regards,
Josue -
AuthorPosts
