-
AuthorSearch Results
-
October 3, 2013 at 9:53 am #169831
In reply to: Video disappears in LayerSlider
Hey Ismael,
I originally added the iframe code generated by Vimeo with the autoplay feature within the Div/Video in a distinct layer, as you said, but I got the problem I mentioned:
<iframe src=”//player.vimeo.com/video/75953092?title=0&byline=0&portrait=0&autoplay=1″ width=”600″ height=”338″ frameborder=”0″ webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
It is fundamental that the video plays automatically upon loading the page and slider, since it’s a Landing Page for a sale and prosepcts must not click on the video to play. It must start automatically. I don’t know why it disappears instead. I tried deactivating all plugins, yet no changes.
Any clue?
Thanks a lot!
Antonio
-
This reply was modified 12 years, 5 months ago by
abortolotti.
October 3, 2013 at 9:48 am #169824In reply to: Entypo icon font in footer
Hi!
I posted a solution for the menu here: https://kriesi.at/support/topic/best-way-to-add-icons-to-the-top-level-menu/
If you want to embed the icon into the php code you can use following codeecho av_icon('ue802', 'entypo-fontello');The first parameter is the icon character code (you can use fontello.com to find it – just select the icon and click on “Customize Codes” to find out which code is used to display the icon) and the second parameter tells Enfold which font family should be used for the icon (by default it’s entypo-fontello).
Cheers!
PeterOctober 3, 2013 at 9:44 am #169822In reply to: Enfold > Plugin conflict? Bug?
Found the issue – conflict with Thickbox plugin – will work on finding a replacement. Other issue still makes no sense though – image alignment on some images and not others. https://kriesi.at/support/topic/image-display-issue/
October 3, 2013 at 9:39 am #169820In reply to: Small top navigation drop down not working
Hey!
Yes, we’ll include this fix.
Cheers!
PeterOctober 3, 2013 at 9:04 am #169808In reply to: Best way to add icons to the top level menu
Hi pharefm!
Afaik the new icon font system does not allow you to add an icon this way because the user can upload custom font sets and Kriesi uses the data attribute to select the right font set. I’d suggest to use the “icon” shortcode to add an icon to the menu title/link. Right now the menu title does not support shortcodes but we’ll add this feature in the next version. For now you need to modify /wp-content/themes/enfold/includes/helper-responsive-megamenu.php manually – open up the file and replace
$heading_title = $title;with
$heading_title = do_shortcode($title);and
$item_output .= $args->link_before . apply_filters( 'the_title', $item->title, $item->ID ) . $args->link_after;with
$item_output .= $args->link_before . do_shortcode(apply_filters('the_title', $item->title, $item->ID)) . $args->link_after;and then you should be able to use the icon shortcodes in the menu title field too. Use the “Magic wand” to generate the icon shortcode.
Best regards,
PeterOctober 3, 2013 at 8:42 am #169799Topic: Problem viewing Enfold site on mobile
in forum Enfolddswreclame
ParticipantHi there,
I’m using your great Enfold theme for my website. The site works fine when viewing on Desktop and tablet, but I encountered a problem when viewing on mobile phone. There are big spaces between te logo, menu button and the header as you can see instantly when visiting the site. I don’t know when this problem occured, but do I know it worked fine when I started building the site. Do you have any idea how to fix this?
Thank you in advance,
Matthijs
October 3, 2013 at 8:41 am #169798Topic: Problem displaying Enfold on mobile
in forum Enfolddswreclame
ParticipantHi there,
I’m using your great Enfold theme for my website. The site works fine when viewing on Desktop and tablet, but I encountered a problem when viewing on mobile phone. There are big spaces between te logo, menu button and the content as you can see instantly when visiting the site. I don’t know when this problem occured, but I know it worked fine when I started building the site. Do you have any idea how to fix this?
Thank you in advance,
Matthijs
October 3, 2013 at 8:37 am #169795In reply to: Make a Child Theme after made all the page without
Ismael, The 2nd link in that topic works, the 1st one no, Sorry.
https://www.dropbox.com/s/af0ccs7j0w1xybm/Double%20Nav%20Bar.avi
OS: Windows 7Internet Explorer doesn’t produce the 2nd Nav Bar in Videos when sort, but distroy all the theme with issues, look captures:
http://imageshack.us/photo/my-images/4/bazr.jpg/
http://imageshack.us/photo/my-images/200/7m2k.jpg/Firefox and Google Chrome respects the design as is, but produce the 2nd bar.
http://imageshack.us/photo/my-images/546/0ori.jpg/
http://imageshack.us/photo/my-images/534/5nga.jpg/October 3, 2013 at 8:31 am #169793In reply to: Many issues with logotype and menu
Done that twice, using that guide, not working. Please note that the error only occurs for IE8, but since we have 70% of our visitors using this it is extremly important that this works.
Best regards
ChristopherOctober 3, 2013 at 7:48 am #169780In reply to: Sale Flash Pro – compatibility
Hi!
You can use the single-product class to change the top value for single product pages only. Use the code Ismael posted above and change the top value if necessary and then add following code to it:
#top.single-product .onsale { top: -220px; }to use another top value for single pages.
By the way why it doesnt displayed like this image :
Because the plugin itself doesn’t contain any styling code but it will take care of the php/html code. It’s up to the theme author to style it. The screenshot/mockup just shows how WooThemes styled it with one of their themes but they’re also using different styles for different themes. There’s no standard whatsoever.
Regards,
PeterOctober 3, 2013 at 7:17 am #169767Thanx Josue, I actually found a way to fix it today. You can close the topic. Cheers!
October 3, 2013 at 7:16 am #169766In reply to: Border between sidebar and content
As posted before:
https://kriesi.at/support/topic/weird-rollover-issue-on-update/Currently using 2.3.1. It’s not a mission critical issue, just an annoying one.
Thanks,
ChadOctober 3, 2013 at 6:52 am #169757In reply to: Small top navigation drop down not working
This fixes the issue. I hope the fix is included in the next minor version.
October 3, 2013 at 4:19 am #169735In reply to: IE8 Issues + others?
Hi!
Yes, please try it on custom.css or QuicK CSS. Please try to manually add the background image on avia sections.
.avia-section { background-repeat: no-repeat; background-image: url(https://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg); background-attachment: scroll; background-position: top center; background-color: #ffffff; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg', sizingMethod='scale'); -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg', sizingMethod='scale')"; }Regards,
IsmaelOctober 3, 2013 at 3:02 am #169712In reply to: Small top navigation drop down not working
Hey!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#header_meta { z-index: 2; }That should fix it.
Regards,
DevinOctober 3, 2013 at 2:59 am #169709In reply to: top button no icon
Hello mmi!
Can you give us a link to the actual website? Have you tried using different icons?
Best regards,
IsmaelOctober 3, 2013 at 2:44 am #169700Hi mhiller!
Try putting that CSS in this file, there you can set different rules for mobile and desktop, the final code would look like this:
@media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ .avia-fullscreen-slider .avia-slideshow { height: 100px !important;} } /* Mobile Styles ================================================== */ /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */ @media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .avia-fullscreen-slider .avia-slideshow { height: 50px !important;} }Cheers!
JosueOctober 3, 2013 at 2:35 am #169692In reply to: Customized Tag widget
Hi Keith!
For the tag number question please see this topic.
Regarding the second issue, you could create a Custom Widget Area (Appearance), populate it with the desired Widgets and then set it to show in the pages you want it (Layout, while editing the page).
Cheers,
JosueOctober 3, 2013 at 2:31 am #169690In reply to: Creating sub-pages to a topic
Hello astrosoft!
Hierarchical taxonomies is the way to go, WordPress categories are hierarchical by itself.

Best regards,
JosueOctober 3, 2013 at 2:13 am #169675In reply to: WP FullCalendar plug-in CSS conflict/…
Hello ChunkyBits!]
Please try this on your custom.css or Quick CSS:
.fc-event-inner.fc-event-skin { min-width: 80px; padding: 0 10px; margin: 0 auto; top: 0; left: 0; min-height: 20px; font-size: 10px !important; border: none; position: relative; }Cheers!
IsmaelOctober 3, 2013 at 1:38 am #169659In reply to: Which plugin for a top site message bar?
We are here to help :)
Regards,
JosueOctober 3, 2013 at 1:36 am #169656In reply to: Which plugin for a top site message bar?
thank you for the quick and thorough response!
Cheers!
October 3, 2013 at 1:33 am #169655In reply to: Contact Form 7 Issues
Hey xyzb!
Add this CSS code to the Quick CSS section:
.wpcf7-not-valid-tip { width: 250px !important; }
@MLA18, your issue is not a style related, i’d recommend creating another topic about it.Best regards,
JosueOctober 3, 2013 at 1:23 am #169647In reply to: Problem with responsive menu on iPad
Hi Ross_nineteen789!
Please follow instructions on this post https://kriesi.at/support/topic/collapsable-menu/#post-165144
Best regards,
YigitOctober 3, 2013 at 1:09 am #169639In reply to: Which plugin for a top site message bar?
Hey MikehJPP!
I tested that plugin and it does the job, and it’s free, you don’t lose anything trying :)
Regards,
JosueOctober 3, 2013 at 1:08 am #169638In reply to: logo vertical align
Hi connotion!
Sorry it is not very clear to me. Would you like to move logo higher? If so, please add following code to Quick CSS in Enfold theme options
.logo { top: 14px; }If not, please post a screenshot and show. You can upload screenshots here http://imgur.com/ and post links here
Regards,
YigitOctober 3, 2013 at 12:55 am #169630In reply to: how to use character map in v2.3
btw, while you are helping me, could you please also take a look at the “Login|Register” on the top of the page?
Before I upgraded the theme to v2.3, a click on the “login” would pop-up a login form. The pop-up form still works after the upgrade, just that it is TRANSPARENT now. The main menu somehow is rendered again and shows through the login form.
Can you please help check that for me as well?
Thanks a lot!
October 3, 2013 at 12:51 am #169628Topic: Which plugin for a top site message bar?
in forum EnfoldMikehJPP
ParticipantWhat do you recommend? This?
http://wordpress.org/plugins/gc-message-bar/
Any advise would be appreciated!
Thanks!
October 3, 2013 at 12:02 am #169610In reply to: Moving Social Icons
Hi wendlandm!
Please see this topic https://kriesi.at/support/topic/kriesi-logo/#post-161892
Cheers!
YigitOctober 2, 2013 at 11:56 pm #169609Hi,
Try adding this code to the Quick CSS area in the Theme options page:
.title_container:after { content: "2566654"; position: absolute; right: 50px; top: 15px; }Change “2566654” for the desired number, result:

Regards,
Josue -
This reply was modified 12 years, 5 months ago by
-
AuthorSearch Results
-
Search Results
-
Hi there,
I’m using your great Enfold theme for my website. The site works fine when viewing on Desktop and tablet, but I encountered a problem when viewing on mobile phone. There are big spaces between te logo, menu button and the header as you can see instantly when visiting the site. I don’t know when this problem occured, but do I know it worked fine when I started building the site. Do you have any idea how to fix this?
Thank you in advance,
Matthijs
Hi there,
I’m using your great Enfold theme for my website. The site works fine when viewing on Desktop and tablet, but I encountered a problem when viewing on mobile phone. There are big spaces between te logo, menu button and the content as you can see instantly when visiting the site. I don’t know when this problem occured, but I know it worked fine when I started building the site. Do you have any idea how to fix this?
Thank you in advance,
Matthijs
What do you recommend? This?
http://wordpress.org/plugins/gc-message-bar/
Any advise would be appreciated!
Thanks!
