Forum Replies Created
-
AuthorPosts
-
Hey lrobbins303!
You need to create a page for each sub-categories then add the Portfolio Grid element with their respective category selected.
Cheers!
IsmaelFebruary 8, 2014 at 5:16 am in reply to: problems with enfold. padding, vimeo preview picture, advanced layer slider #221130Hi!
I don’t see any white border below the slider. Can you please post a screenshot pointing to the issue? You can use imgur or dropbox to post a screenshot.
Regards,
IsmaelHey Ben!
Please try to move the video using this:
@media only screen and (max-width: 800px) and (min-width: 767px) { .ls-s2.ls-video-layer { left: 50px !important; } }
Regards,
IsmaelFebruary 8, 2014 at 5:11 am in reply to: How to keep the phone number alongside social icons in mobile view? #221128Hi jmikhail!
Can you please post the link to the actual website? You can use media queries to target the selector on mobile view.
@media only screen and (max-width: 767px) { .phone-info { /* Add your Mobile Styles here */ } }
Regards,
IsmaelHey jmaguirrei!
Are you trying to change the font size of the page title? You can use this:
.title_container .main-title { margin: 0; font-size: 20px; position: relative; z-index: 2; min-height: 36px; line-height: 2.3em; top: 0; font-weight: 400; }
Cheers!
IsmaelHey!
Can you please separate the username and password? It is jumbled, not sure what login details to use. Did you set the home page using the Enfold > Theme Options > Frontpage settings?
Regards,
IsmaelHi!
You can add this on Quick CSS to make iconboxes’ height similar:
.home .iconbox_content { min-height: 290px; }
What is the word that you want to set as a link on the footer? You can use the ‘a’ tag: http://www.w3schools.com/tags/tag_a.asp
Regards,
IsmaelHi caroberto6!
Go to Appearance > Menu > Screen Options then enable the Link Target option. You can choose to open the menu link on a new window or tab.
Add this on Quick CSS to remove the underline:
.avia_message_box_content .av-icon-char { text-decoration: none; }
Regards,
IsmaelHi Boston182!
Please use this on Quick CSS:
.header_color .main_menu .menu ul li a { color: white; } #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a { color: black; }
Regards,
IsmaelFebruary 8, 2014 at 4:45 am in reply to: COLOR SECTION; Easy Slider; HEADINGS; HEADER with scroll; SIDE MENU CSS #221117Hey!
Are you talking about the nested nav on the sidebar? Please post a link to the actual page with the sidebar nav. You can use this to change the active state of the menu:
.nested_nav .current_page_item a { color: #cc4c21; !important; }
Cheers!
IsmaelHi!
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.
Best regards,
IsmaelHey!
Please deactivate all plugins then test the layer slider again on another browser. Also, please deactivate the cache plugin while working on the layer slider.
Regards,
IsmaelHi ghrahams!
You have an old version of the theme. Please download the latest version of the theme on your themeforest account then update your installation via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750
Regards,
IsmaelHey CloudChoice!
Can you please give us a link to a page with the button? Did you set a width for the button on the custom css?
Cheers!
IsmaelFebruary 8, 2014 at 4:19 am in reply to: home page banner images upscaling when they should not #221100Hi!
Are you zooming the browser out when you have the 1920×900px screen resolution? The width of the background image should be 1920px too unless you zoom out the browser screen. The background image on the layer slider will always stretch across the browser screen.
Best regards,
IsmaelHi!
You can use this to change the background color of the circle within the image overlay:
.image-overlay .image-overlay-inside:before { background: blue !important; }
Please post the link to the actual page with the gallery. We can’t see the video because of a missing plugin.
Cheers!
IsmaelFebruary 8, 2014 at 4:04 am in reply to: .bottom_nav_header.social_header .main_menu>div, full width border-bottom #221095Hey Jyles!
You can add the border on this selector:
#header_main_alternate { border-bottom: 1px solid red; }
Cheers!
IsmaelFebruary 8, 2014 at 4:01 am in reply to: Enfold main page must display woo commerce products #221094Hey!
You can use this plugin: http://wordpress.org/plugins/wp-mobile-detect/faq/
Refer to this link for more info: https://kriesi.at/support/topic/homepage-redirect-on-mobile-sites/
Cheers!
IsmaelHey!
Can you please post a screenshot of what you’re trying to do? The column is centered already.
.flex_column.av_one_third.avia-builder-el-14.el_after_av_one_third .av_textblock_section p { text-align: center !important; } .home .flex_column.av_one_third.avia-builder-el-14.el_after_av_one_third { max-width: 266px; margin-left: 8%; }
Best regards,
IsmaelHey!
Please post the login details here as a private reply. We would like to inspect the website.
Cheers!
IsmaelHey!
The screenshot is still not visible. Please use imgur or dropbox. Post the login details here as a private reply.
Cheers!
IsmaelFebruary 7, 2014 at 10:06 am in reply to: HELP PLEASE! Portfolio items no longer working with latest version of Enfold #220824Hey!
Can you please post the video code here? If you’re using an iframe, please try to add the class attribute. Something like this:
<iframe class="full-width" width="" height="" src="//www.youtube.com/embed/jexUS43sdeQ?rel=0" frameborder="0" allowfullscreen></iframe>
Then add this on Quick CSS or custom.css:
iframe.full-width, .ls-s-1.ls-video-layer { width: 100% !important; height: 100% !important; }
Cheers!
IsmaelHi!
Please add this on your custom.css to fix the grid entry image height:
.grid-entry .attachment-no.scaling.wp-post-image { max-height: 44px; }
Regards,
IsmaelHi!
Please remove the modifications that you added then replace it with this:
.main_menu { top: 35px; } .main_menu .menu ul { top: 83px; } .avia-menu-fx { bottom: 32px; }
Best regards,
IsmaelHi!
You can edit includes > loop-index.php, find this code on line 113:
$blog_meta_output = "<a href='{$link}' class='small-preview' title='{$featured_img_desc}'>".$slider.$icon."</a>";
Replace it with this code:
$blog_meta_output = "<a href='{$link}' class='small-preview' title=''>".$slider.$icon."</a>";
Cheers!
IsmaelHi!
I think this will work if you set a page hierarchy. http://en.support.wordpress.com/pages/page-attributes/
You can see an example if you “Import the dummy data” then check the “Blog” menu item.
Best regards,
Ismael -
AuthorPosts