Forum Replies Created
-
AuthorPosts
-
Hi steeveandyou!
Have you tried if a few times? Don’t forget to save changes. Add this on Quick CSS:
.alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .big-preview, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content { background-color: gray; color: white; }
Regards,
IsmaelHey!
Please add this on the child theme’s function.php:
add_filter('avf_datepicker_dateformat', 'avf_change_datepicker_format'); function avf_change_datepicker_format($date_format) { $date_format = 'mm / dd / yy'; return $date_format; } add_filter('avf_datepicker_date_placeholder', 'avf_change_datepicker_date_placeholder'); function avf_change_datepicker_date_placeholder($placeholder) { $placeholder = 'MM / DD / YY'; return $placeholder; }
Regards,
IsmaelHi!
You can add this on Quick CSS:
.avia_ajax_form .button { margin: 0; padding: 16px 50px; border-radius: 2px; border-bottom-width: 1px; border-bottom-style: solid; font-weight: normal; font-size: 20px; }
Regards,
IsmaelJanuary 28, 2014 at 11:53 pm in reply to: URGENT !!!! I am losing part of my page after editing Enfold page. #216092Hi!
Please add this on functions.php:
add_action('init','remove_yoast_analysis'); function remove_yoast_analysis(){ remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1); }
You can also try to increase the php memory limit: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Cheers!
IsmaelHi!
Have you tried Liam’s suggestion about clearing the cache? Please post the login details here, set it as a private reply. We would like to check it.
Cheers!
IsmaelHi!
The Image element of the theme doesn’t give you an option to add captions. You should add the image using the “Add Media” button.
Best regards,
IsmaelHi jmalevic!
You can place it inside a color section. Add a unique css selector id for the section, for example “mysection”. Add this on Quick CSS or custom.css:
#mysection .container { width: 100%; }
Best regards,
IsmaelJanuary 28, 2014 at 11:34 pm in reply to: Avia Builder stops working on all Portfolio Entries… #216084Hi!
Have you tried to deactivate existing plugins? JS conflicts are usually cause by third party plugins. Please deactivate them first.
Regards,
IsmaelHi 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 plugin
Replace it with:
//if(!current_theme_supports('deactivate_layerslider')) require_once( 'config-layerslider/config.php' );//layerslider plugin
Remove 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!
Ismael -
AuthorPosts