Forum Replies Created
-
AuthorPosts
-
Hi SolingLover!
Please ask your hosting provider to make sure they allow sending emails through php mail function and what limitations are there on protecting against spam being sent out. Have you tried the Contact Form 7 plugin? It works with the Enfold theme.
Cheers!
IsmaelHey!
Are you sure you’re using Enfold? Enfold doesn’t have that kind of element. If you’re using a plugin, please contact the plugin author.
Cheers!
IsmaelHi Js-interactive!
Did you use the correct category url? Please post the login details here, set it as a private reply. Try to flush the permalink by clicking the “Save” button once on Settings > Permalink panel.
Cheers!
IsmaelHey Glyphism!
They should occupy the whole container. Can you please give us a link to the page? What elements did you add on the columns?
Cheers!
IsmaelHey bcs247!
It is not happening on our end. Please try to increase the wordpress php memory limit. Refer to this link.
Cheers!
IsmaelHey yogananda!
Can you please give us a link to the actual contact page? You can add this on Quick CSS or custom.css:
#top input[type="text"] { max-width: 100%; min-width: 300px; }Adjust the minimum width value if necessary. Use this one to adjust the border radius:
#top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area { border-radius: 5px; }Cheers!
IsmaelJanuary 28, 2014 at 4:19 pm in reply to: Pictures not resizing in posts like they appear in the editor #215854Hey!
You can add the !important value:
img, a img { width:auto !important; }Cheers!
IsmaelHey!
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,
Ismael -
AuthorPosts

