Forum Replies Created

Viewing 30 posts - 60,121 through 60,150 (of 66,134 total)
  • Author
    Posts
  • in reply to: Change the field names to another language #216107

    Hey!

    Please try to increase the php allocated memory. Refer to this link.

    Cheers!
    Ismael

    in reply to: Problem background ALTERNATE CONTENT #216105

    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,
    Ismael

    in reply to: Datepicker Format for Forms #216100

    Hey!

    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,
    Ismael

    in reply to: form button font bigger #216096

    Hi!

    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,
    Ismael

    Hi!

    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!
    Ismael

    in reply to: Enfold theme options – styling #216089

    Hi!

    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!
    Ismael

    in reply to: Image Caption not visible #216088

    Hi!

    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,
    Ismael

    in reply to: full screen (width) container #216085

    Hi 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,
    Ismael

    in reply to: Avia Builder stops working on all Portfolio Entries… #216084

    Hi!

    Have you tried to deactivate existing plugins? JS conflicts are usually cause by third party plugins. Please deactivate them first.

    Regards,
    Ismael

    in reply to: still cant send email usng form #215879

    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!
    Ismael

    in reply to: Remove Lightbox in the Portolio Carousel #215877

    Hey!

    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!
    Ismael

    in reply to: Are we allowed Multiple Portfolio pages? #215870

    Hi 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!
    Ismael

    in reply to: Even column widths not filling page width #215861

    Hey 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!
    Ismael

    in reply to: cannot create price table with a single column #215859

    Hey bcs247!

    It is not happening on our end. Please try to increase the wordpress php memory limit. Refer to this link.

    Cheers!
    Ismael

    in reply to: Contact form 7 styling #215857

    Hey 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!
    Ismael

    Hey!

    You can add the !important value:

    img, a img {
    width:auto !important;
    }

    Cheers!
    Ismael

    in reply to: Remove Layer Slider & Page Speed Issues #215850

    Hey!

    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!
    Ismael

    in reply to: Header in IE 8 #215846

    Hi brijesh1111!

    Can you please post a screenshot of the issue? This is what I see when I checked it on IE8:

    Cheers!
    Ismael

    in reply to: Mansory Gallery wrap into a section? #215844

    Hey 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,
    Ismael

    in reply to: horizontal ruler, footer spacing #215839

    Hey!

    Please add this on Quick CSS or custom.css:

    #text-2 {
    left: -8px;
    position: relative;
    }

    Best regards,
    Ismael

    in reply to: Styling the Blog Elements shortcode #215838

    Hey 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,
    Ismael

    Hey 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,
    Ismael

    in reply to: General information about Update #215831

    Hi!

    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,
    Ismael

    in reply to: Blog: Problem with the form comments (2nd) #215828

    Hey 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,
    Ismael

    in reply to: Add social Icons to small fixed header #215826

    Hi 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,
    Ismael

    in reply to: Remove Lightbox in the Portolio Carousel #215821

    Hey intothenorth!

    What do you mean by Portfolio Carousel? Can you please give us a screenshot and the actual link to the portfolio page?

    Regards,
    Ismael

    in reply to: Image Caption not visible #215820

    Hi!

    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,
    Ismael

    in reply to: Which sidebar goes where? #215811

    Hi 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,
    Ismael

    in reply to: Child Theme and one other thinks #215802

    Hey!

    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

    in reply to: Adding php to the form #215784

    Hey Giovanni!

    You can find the form script on framework > php > class-form-generator.php.

    Cheers!
    Ismael

Viewing 30 posts - 60,121 through 60,150 (of 66,134 total)