Forum Replies Created
-
AuthorPosts
-
Hey!
Do you mind posting the link of the website here? We would like to check. Removing the codes above should prevent it from displaying. Remove browser cache then reload the page a few times. If you’re using a cache plugin, try to empty cache.
Cheers!
IsmaelHi kMistDesign!
1.) You can use this to adjust the logo position on screens smaller than 767px:
@media only screen and (max-width: 767px) { .responsive .mobile_slide_out .logo { float: left; margin-left: 100px; } }2.) What type of slider do you have? You can use the same media query above to remove a certain slider on smaller screens.
Cheers!
IsmaelHey!
You can find all the update info on the theme’s changelog. Check it here: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=Kriesi
Regards,
IsmaelHey ikaika72!
If you want to change the style of a specific element on a certain page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.

On the example above, the page’s unique selector is .page-id-2251. We can use it to hide the header within that page.
.page-id-2251 #header { display: none; } .page-id-2251 #main { padding-top: 0; }Regards,
IsmaelHi!
Please use this to change the font size on mobile device:
@media only screen and (max-width: 480px) { .av_phone_active_right .phone-info { width: 100%; text-align: center; font-size: 11px; } }This should fix the layout. It does on my end.
Cheers!
IsmaelHey!
You can remove the comment count using this on Quick CSS:
.comment-container.minor-meta, .text-sep-comment { display: none; }Regards,
IsmaelHi!
I don’t really understand the language but when I created a page then insert the woocommerce shortcode for account page, it works ok. This is the page that I created: http://friskflora.no/wp/?page_id=2544
Cheers!
IsmaelHey chiummog!
You can use the same buttons with fullscreen and fullwidth slider. Please download the latest version of the theme, 2.6.2. You’ll see new slider option to attach one or two buttons. Select the button color or appearance that you want.
Regards,
IsmaelHey Gary!
You can’t simply add a rollover effects without using css or jquery. There are lots of tutorials on how to achieve rollover effects. Refer to this link for an example of rolloever effect using sprites:
http://www.w3schools.com/css/css_image_sprites.asp
http://www.w3schools.com/css/tryit.asp?filename=trycss_sprites_hover_navBest regards,
IsmaelHi nycentralparktours2011!
What do you mean by “link a product to home page shop”? Maybe you can use the Portfolio Grid element to act as product items then define a custom link for it.
Cheers!
IsmaelHey!
You can change that on Appearance > Menu. That is a custom link. :)
Best regards,
IsmaelHey!
You can something like this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .responsive #header .social_bookmarks { width: 100%; text-align: right; } }Regards,
IsmaelHey Francisco!
Please add the nolightbox class on the link tag to prevent it from opening a lightbox. Something like this:
<a class="nolightbox" rel="nolightbox" title=”Vimeo Music Store” href=”http://vimeo.com/musicstore” target=”_blank”>Vimeo Music Store< /a >Cheers!
IsmaelMarch 23, 2014 at 7:15 am in reply to: Deciding för column width when using Enfold Content Elements? #241760Hey!
Sorry that is not possible with the table elements. You might need to find an extensive table plugin or hire a freelance developer to add that feature. For further customization, please visit Werkpress.
Best regards,
IsmaelMarch 23, 2014 at 6:32 am in reply to: Deciding för column width when using Enfold Content Elements? #241756Hi!
I see. You can define the max and min width of the table columns using this on Quick CSS or custom.css:
td, tr, th { max-width: 100px; min-width: 100px; }Regards,
IsmaelHey eymata!
You can add this on Quick CSS or custom.css to remove the comment area:
div.comment-entry.post-entry { display: none; }Best regards,
IsmaelHi!
You can add this on Quick CSS or custom.css:
#header_main .social_bookmarks li a { border-radius: 5px; } #top .social_bookmarks li { width: 30px; margin-left: 5px; } #top .social_bookmarks li a { background: #c5c5c5; color: white; }Regards,
IsmaelHey Konstantin!
You can use a child theme if you want to preserve the modifications. Refer to this link: http://kriesi.at/documentation/enfold/using-a-child-theme/
Cheers!
IsmaelMarch 23, 2014 at 6:16 am in reply to: Mobile Menu Option NOT showing its entire menu items on ipad #241748Hi Jae!
Do you have the latest version 2.6.2? There is an option to hide the submenus for mobile menu. Go to Enfold > Header > Mobile Menu > Hide Mobile Menu Submenu Items. Disable it.
Best regards,
IsmaelHi!
Set the post format to Gallery then use the “Add Media” button to insert a gallery. Save the post then edit the blog page. Use the “Single author, small preview pic” blog style.
Best regards,
IsmaelHey!
You’re using an old version of the theme. Please download the latest version from your themeforest account then update the theme via FTP.
Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750Once you’re done with the update. Edit the Fullscreen Slider, you’ll see a new option “Display a scroll down arrow”.
Regards,
IsmaelHey eymata!
What do you mean by ready-made? You can use WPML to translate it. Also, you can try BuddyPress but it is not fully compatible with Enfold.
Cheers!
IsmaelHi!
Oops. My bad. Please follow these instead:
1.) Use this to center align the captions.
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { width: 100%; text-align: center; } .avia-caption, .avia-inner-caption, .avia-inner-caption > * { width: 100%; left: 0; }2.) Replace loop-index.php with this: http://pastebin.com/Eciz1nnh
Best regards,
IsmaelHi Jakob!
What specific links are not working? What kind of mobile phone are you testing this with? Please deactivate all plugins, see if the issue is fix.
Regards,
IsmaelHey!
Please place all media queries at the very bottom of Quick CSS or custom.css. We need to see the actual website. Please post the link here.
Cheers!
IsmaelHi anweb!
I see a lot of categories on the shop page. How many categories do you have? You can use the woocommerce shortcode “[product_categories number=””]” to show all product categories by id or by slug. Leave it blank to show all product categories.
Best regards,
IsmaelHey!
There are two instances of the code Yigit posted. Please find the other one on line 898.
Best regards,
IsmaelHi Jakob!
You can use this on Quick CSS or custom.css:
#socket .copyright { text-align: center; display: block; width: auto; }Regards,
IsmaelHey!
You haven’t translated the product categories yet. Please refer to this link on how to translate product categories, tags and attributes. http://wpml.org/documentation/related-projects/woocommerce-multilingual/#translating_product_categories/
Regards,
Ismael -
AuthorPosts
