Forum Replies Created
-
AuthorPosts
-
Hey!
The link is still not working. Did you try the suggestion above?
Best regards,
IsmaelHi!
I’m not sure how we can fix this. There seems to be an issue with Fast CGI and the only solution so far is to switch to 5.3.27 CGI. Sorry but please wait for Dude’s and Kriesi’s response.
Regards,
IsmaelHi Semel!
It looks exactly the same. You just need to enclose the text on a label tag. Edit the Contact 7’s example form and replace it with:
<p><label>Your Name (required)</label><br /> [text* your-name] </p> <p><label>Your Email (required)</label><br /> [email* your-email] </p> <p><label>Subject</label><br /> [text your-subject] </p> <p><label>Your Message</label><br /> [textarea your-message] </p> <p><label>[submit "Send"]</label></p>Cheers!
IsmaelHey,
Please switch your theme to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }You will be able to see the actual shortcode below the builder. First, create a page and go to Advance Layout Builder. Add the Fullwidth Masonry element then configure the options. Since we switch the Advance Layout Editor to debug mode, you will see the actual shortcode of the masonry gallery below. It looks something like this:
[av_masonry_gallery ids='' items='24' paginate='pagination' size='flex' gap='large' overlay_fx='active' caption_elements='title excerpt' caption_display='always' container_links='active' id='']Copy the code then switch to Default Editor. Make sure that you place the shortcode on the Visual Editor. Save the page. You will have a sidebar with the masonry gallery.
Regards,
IsmaelHi rudelabs!
Can you please add the Second Screen Apps? We’ll check it.
Cheers!
IsmaelHey Rohan!
No, I don’t think that is possible. Let’s wait for Dude’s response for clarification.
Regards,
IsmaelHey!
Please add this on your custom.css or Quick CSS to remove the green dot:
#menu-item-503 > a:before { content: "" !important; }Regards,
IsmaelHey Sbjup!
1.) You can add this on your custom.css or Quick CSS to create a dashed border:
#top .social_bookmarks li { border-right-style: dashed; border-right-width: 1px; }2.) It is done using Media Queries on css > layout.css:
.responsive #header_meta .social_bookmarks{padding-bottom:2px; width:100%;} .responsive #header_meta .social_bookmarks li{ border-style:solid; border-width:1px; margin-bottom:-1px; margin-left:-1px;} .responsive #top #header_meta .social_bookmarks li:last-child a{border-right-style: solid; border-right-width: 1px;} .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul{float:none; width:100%; text-align: center; margin:0 auto; position: static;} .responsive #header .social_bookmarks{width:100%; text-align: center; height:auto; line-height: 0.8em;} .responsive #header_meta .sub_menu>ul li, .responsive #header .social_bookmarks li{float:none; display: inline-block;} .responsive.bottom_nav_header #header_main .social_bookmarks{ position: relative; top: 0; right: 0; margin: 10px auto; clear:both;} .responsive #header_main_alternate .mobileMenu{ margin:16px 0;} .responsive.bottom_nav_header.social_header .main_menu>div{height:auto;} .responsive .mobile_slide_out .logo img{margin:0;}3.) Go to Appearance > Widgets and fill up the Footer Columns widget areas.
4.) Go to Enfold > Footer > Copyright and place [nolink] on the field.
Regards,
IsmaelHey Eventmakers!
The code works for me. Please add the code on the Visual editor.
Best regards,
IsmaelHi pcastell!
You can use the Media element > Video element. Just insert the video URL. Please download Enfold 2.4 and upgrade the theme.
Best regards,
IsmaelHi seremot!
Can you please give us a link to the website? You can use cache plugin to improve the page speed.
http://wordpress.org/plugins/wp-super-cache/
http://wordpress.org/plugins/w3-total-cache/And minify plugins to optimize css and js scripts:
http://wordpress.org/plugins/bwp-minify/
Cheers!
IsmaelHi!
Are you using a Custom Menu with drop down or second level? Please give us a link to the actual website.
Best regards,
IsmaelOctober 23, 2013 at 4:08 pm in reply to: Advanced Layerslider & Fullwidth Easy Slider SAFARI BROKEN #179744Hey!
Sorry! Slow net connection here. Screenshot are ok. I updated the code above. Please check again:
html { -webkit-font-smoothing: antialiased; }Regards,
IsmaelHi!
We really need to see the actual website. For the mean time, please download the latest version of Enfold on your themeforest account. Update your theme files via FTP. Watch this video how: http://vimeo.com/channels/aviathemes/64927356
Regards,
IsmaelHey!
1.) You can add the shadow using this:
.fixed_header #header { position: fixed; box-shadow: 0 10px 10px gray; }2.) There are lots of section with animated images on the home page. Which one do you want to not display on mobile device? You can use the Media Query on custom.css. Inspect the element then add a display: none property.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ }Best regards,
IsmaelHi!
I can’t really check this on an actual mobile device. Let’s wait for Kriesi’s response.
Regards,
IsmaelOctober 23, 2013 at 10:19 am in reply to: text disappearing in a layerslider after uploading it to a page #179562Hey Indiatravelz!
The page is not available. Please watch this video about the Layer Slider plugin: http://youtu.be/ZY9SxVyugx4
Cheers!
IsmaelHi Bruno!
You can use the Font Icon shortcode then enclose it on an anchor tag. Insert it using the shortcode wand.
Regards,
IsmaelHey!
Please add this on your custom.css or Quick CSS:
#footer .widget_nav_menu li { position: relative; margin: 0; clear: none; float: left; display: block; font-size: 11px; border-right: 1px solid; padding: 0 10px 0 10px; height: 20px; } #footer .widget_nav_menu li a { position: relative; top: -5px; } #footer .flex_column.av_one_fourth.first { width: 100%; }This will only work for one level menu group.
Regards,
IsmaelHi bur2000!
You can use the Advance Layout Editor for the portfolio items.
Cheers!
IsmaelHey David!
Please post the code that you use here. Go to Enfold > Header, change the Header Type then change it back. Save changes.
Regards,
IsmaelOctober 23, 2013 at 6:33 am in reply to: The images of portfolio entries are not shown in the Fullwidth Masonry Entries #179489Hi abedia!
Edit the Fullwidth Masonry element then play around with the Size Settings. Save it then check the page again. You actually need to select a portfolio category.
Cheers!
IsmaelOctober 23, 2013 at 6:27 am in reply to: How can I modify the sidebar in the "Shop" page created by WooCommerce? #179487Hi!
Have you tried using the default icons included on the theme? I visited the site using IE8. The icons shows fine. The square box is normal be cause IE8 doesn’t fully support border radius.

Cheers!
IsmaelOctober 23, 2013 at 6:17 am in reply to: Theme options linked blog page cannot display as a grid layout #179479Hey thanp73!
Edit the Table element then click Default Row, select “Pricing Row”. You need to add a content on the particular row.
Regards,
Ismael -
AuthorPosts
