Forum Replies Created
-
AuthorPosts
-
Hey!
Please edit functions.php, find this code:
if(!current_theme_supports('deactivate_layerslider')) require_once( 'config-layerslider/config.php' );//layerslider pluginReplace it with:
//if(!current_theme_supports('deactivate_layerslider')) require_once( 'config-layerslider/config.php' );//layerslider pluginRemove browser cache then reload the page. If you have a cache plugin, flush the settings.
Cheers!
IsmaelHey pako69!
I’m sorry but the masonry element can only be set as full width. Enfold does not support a masonry grid with a sidebar at the moment.
Regards,
IsmaelHey!
Please add this on Quick CSS or custom.css:
#text-2 { left: -8px; position: relative; }Best regards,
IsmaelHey karlbaz!
You can use this on Quick CSS to remove the rounded borders:
.small-preview { border-radius: 0; }Use this to add some border:
.main_color .small-preview { border: 1px solid red; }This is the selector for the dashed line:
.single-small .post_author_timeline { position: absolute; top: 0; left: 40px; width: 1px; height: 100%; border-right-width: 1px; border-right-style: dashed; }Regards,
IsmaelJanuary 28, 2014 at 3:54 pm in reply to: Problems finding and/or creating shop pages for woocommerce (I dont see them ) #215834Hey Chrilles!
After you install the woocommerce plugin, you should find a button that says “Install Woocommerce Pages”. Did you have that on the Woocommerce panel?
Best regards,
IsmaelHi!
I think it is better if you wait for a while and see how the wp update affects other users. We really can’t tell you if it is completely safe to update or not. You should consider Josue’s advice to check the compatible software version for the theme.
Regards,
IsmaelHey bsingenberger!
I’m sorry but we don’t really understand your question. What do you want to do with that section? It only tells you what tags are applicable on the comment form.
Regards,
IsmaelHi Angèle!
Please use the header with social icons then edit Appearance > Menus. Unchecked the “Enfold Secondary Menu” under Theme Locations. You can also add this on Quick CSS to hide the second menu:
#avia2-menu { display: none; }Best regards,
IsmaelHey intothenorth!
What do you mean by Portfolio Carousel? Can you please give us a screenshot and the actual link to the portfolio page?
Regards,
IsmaelHi!
I’m sorry for that. Are you talking about the caption when you open the image on a lightbox? Have you tried adding it on the “Alternative Text” field?
Regards,
IsmaelHi karlbaz!
You can add this on Quick CSS:
#top .fullsize .template-blog .post-title { text-align: left; } #top .fullsize .template-blog .post-meta-infos { text-align: left; }Best regards,
IsmaelHey!
Add the usemap=”#mapname” attribute on the image then use the same map name on the map tag.
<img usemap="#mapname" src="http://lnx.hindu-temple.net/wp-content/uploads/2014/01/piantina-tempio2.png" alt="piantina tempio sri lalita tripura sundari" width="942" height="603" border="0">The map tag should look like this:
<map name="mapname" id="map">Cheers!
IsmaelHey Giovanni!
You can find the form script on framework > php > class-form-generator.php.
Cheers!
IsmaelJanuary 28, 2014 at 2:57 pm in reply to: Remove margin (left and right) from (div.header_main_alternate.container_wrap) #215778Hey Bastian Jorgensen!
You can’t remove the margin of the header_main div because there is none but you can increase the width of the container inside the div. You can use the #header_main .container selector:
@media only screen and (min-width: 1140px) { .responsive #header_main .container { width: 1200px; } }The media query above is for desktop view. You can use different media queries to target the container on different screen sizes.
Regards,
IsmaelHey aweirick!
Please replace it with this:
@font-face { font-family: 'museo_slab500'; src: url('../fonts/museo_slab_500_2-webfont-webfont.eot') src: url('../fonts/museo_slab_500_2-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museo_slab_500_2-webfont-webfont.woff') format('woff'), url('../fonts/museo_slab_500_2-webfont-webfont.ttf') format('truetype'), url('../fontsmuseo_slab_500_2-webfont-webfont.svg#museo_slab500') format('svg'); font-weight: normal; font-style: normal; }Best regards,
IsmaelHey!
1.) Use this to fix the logo on mobile view:
@media only screen and (max-width: 767px) { .responsive .logo { position: absolute !important; height: 80px; left: 20px !important; } }2.) I’m not sure what’s wrong with the main menu.
3.) The form looks ok on my end.
4.) You can use the Color Section to replace the inline image banner. Use the graphic banner as background image. Please watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes/
Regards,
IsmaelHey Fred!
Set the page Layout to “No sidebar” then insert a Color Section. Add a 2/3 and 1/3 column layout inside the color section. Insert the content the 2/3 column and the Widget Area element inside the 1/3 column.
Regards,
IsmaelHey Monsoon!
I am not sure what is the issue but I tested this and the url stays the same. This is the screenshot: http://imgur.com/gsszFpq
Best regards,
IsmaelJanuary 27, 2014 at 10:41 am in reply to: 2 columns grid on category, tags (+ author post & search) #215263Hey Shallnotbe!
Edit archive.php, find this code on line 35:
'columns' => 3,Change the value to 2.
Best regards,
IsmaelHi covertross!
Looks like you managed to center align the text on the table. Is that correct?
Cheers!
IsmaelHi brenda28!
The default Layer Slider use in the theme does not support shortcodes. You need to install the layer slider as a stand alone plugin if you want to use the shortcode. Deactivate the layer slider using this on functions.php, find this code on line 3:
global $avia_config;Below, add this code to deactivate the plugin:
add_theme_support('deactivate_layerslider');Install the Layer Slider plugin on the Plugins panel.
Regards,
IsmaelHi akamaxbuz!
I checked the website on desktop and the width of the container is 910px. Please remove browser cache then reload the page a few times.
Cheers!
IsmaelHi!
Add this on Quick CSS or custom.css:
.template-blog .post .entry-content-wrapper { overflow: visible; }Or you can use this:
#top .template-blog .post .entry-content-wrapper .iconbox_top { margin-left: 1px; }Regards,
IsmaelHi!
Deselect the Shop page on Woocommerce > Settings > Pages > Shop Base Page. Edit the Shop page then insert the partner/logo element, below add the product grid element.
Best regards,
IsmaelHi lizybloom!
You can add something like on custom.css or Quick CSS:
.ls-s-1 { font-family: Open Sans, sans-serif !important; }This should target all layer slider layers’ text.
Cheers!
IsmaelHi!
1.) You can add this on functions.php to change the single post title:
add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { if (is_single()) { $args['title'] = get_the_title($id); $args['link'] = get_permalink($id); } return $args; }2.) No, I don’t think this is possible without major modification. Please hire a freelance developer to help you.
3.) Maybe this plugin will help: http://wordpress.org/plugins/wp-no-category-base/
Cheers!
IsmaelHi!
Can you please give us a link to the website again? I checked the other thread that you created but I don’t see the gallery issue thread.
Cheers!
IsmaelHi Vermishelle!
I can see the “VKontakte” social icon on all pages. Please try to remove browser cache then reload the page. Test it on another browser.
Best regards,
IsmaelHey!
You can use this plugin: Theme My Login
Refer to this link for more info: Link Here
Cheers!
Ismael -
AuthorPosts

