Forum Replies Created

Viewing 30 posts - 61,411 through 61,440 (of 66,033 total)
  • Author
    Posts
  • in reply to: Change text in page header #194632

    Hi!

    Please add this on your custom.css or Quick CSS:

    #av_section_1 h2 {
    margin-top: 15px;
    }

    Regards,
    Ismael

    in reply to: Slideshow deactivate? #194631

    Hi!

    The changes has been applied. Please see the screenshot below:

    Cheers!
    Ismael

    in reply to: Totally break website BIG BUG : please help me. #194630

    Hey!

    As Devin said, you can’t use the Default Editor and the Advance Layout Editor at the same time. You need to choose which editor you want before you edit the page. On the other hand, you can switch the Advance Layout Builder to debug mode. This will render the actual shortcode below the Avia Builder. Edit functions.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";
    }

    Regards,
    Ismael

    in reply to: Some questions #194313

    Hi!

    2.) Open class-breadcrumb.php again, find this code on line 26:

    echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> <a href="'.get_bloginfo('url').'">';

    3.) Open loop-index.php again, find this code then change the Read More text:

    $current_post['content'] 	= $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span>') : get_the_excerpt();
    	$current_post['content'] 	= $blog_content == "excerpt_read_more" ? $current_post['content'].'<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span></a></div>' : $current_post['content'];

    Regards,
    Ismael

    in reply to: create an output (textfile) for contact form #194306

    Hi!

    You can hire someone to modify it for you. Please visit http://werkpress.com/. They do wordpress customizations. You can also try the plugins Josue suggested.

    Regards,
    Ismael

    in reply to: Gallery with thumbnails doesn't work properly #194304

    Hi!

    The Advance Layout Editor keeps on loading when I tried to edit the page. Did you change anything on the theme files? The gallery thumbnails looks fine on our end. I checked it on Firefox and Chrome and I see the same like Yigit’s screenshot.

    Best regards,
    Ismael

    in reply to: CSS needed #194301

    Hey!

    Can you please give us a link to the actual page?

    Best regards,
    Ismael

    in reply to: Pricing and data Tables #194298

    Hey!

    You can change the alternating background color using this:

    .main_color .pricing-table>li:nth-child(even), .main_color .pricing-table>li:nth-child(odd) {
    background-color: gray;
    }

    Regards,
    Ismael

    in reply to: Fixed Background issue in Enfold #194285

    Hi!

    You can set the max height of the full screen slider using this on your custom.css or Quick CSS:

    .avia-fullscreen-slider .avia-slideshow {
    max-height: 250px !important;
    }

    Regards,
    Ismael

    in reply to: Content width margin #194277

    Hey!

    I’m sorry but can you please post a screenshot of the issue? I’m not sure where it is. You can use imgur, dropbox etc to post the screenshot here.

    Best regards,
    Ismael

    in reply to: Hide Kriesi text in footer #194276

    Hey!

    @Perenso: Thanks for the tip. :)

    @Ricardo: You can do @Perenso’s suggestion or you can add this on your custom.css or Quick CSS:

    #socket .copyright {
    display: none;
    }

    Regards,
    Ismael

    in reply to: Add script to head #194272

    Hey!

    What is the script or code that you added on the google analytics field? Note that the field is strictly for google analytics code. Please post the code on pastebin.com.

    Best regards,
    Ismael

    in reply to: Main menu text color #194269

    Hi!

    Please try to contact your host and ask them to increase the max_input_vars on php.ini. If you have access to the .htaccess file, please add this:

    php_value suhosin.post.max_vars 7000
    php_value suhosin.request.max_vars 7000

    Cheers!
    Ismael

    in reply to: Widgets settings seem to be not responsive #194268

    Hey!

    I think the script is broken, please post it on http://pastebin.com/.

    Regards,
    Ismael

    in reply to: How to move the comments section ? #194266

    Hey!

    Glad it worked. :)

    Cheers!
    Ismael

    in reply to: Fixed Background issue in Enfold #194262

    Hey!

    The Color Section is responsive. You can add a background image then set the Background Repeat to Stretch to fit to make it fullwidth. Set the Background Position to Fixed. It should resize according to screen sizes. If you don’t think that it is responsive enough, you can add an ID to the Color Section then use Media Queries to edit the style on different screen sizes.

    Regards,
    Ismael

    in reply to: FormidablePRO CSS compatibility 2 #194261

    Hey!

    Please try this on your custom.css or Quick CSS:

    .with_frm_style .frm_blank_field label, .with_frm_style .frm_error {
    color: #fe777b;
    width: 200px;
    display: block !important;
    }

    Regards,
    Ismael

    in reply to: Easy slider resizing images in unpredictable ways. #194258

    Hi!

    Glad it worked. ;)

    Best regards,
    Ismael

    in reply to: Costum Logo at the Top Menu #194256

    Hey!

    Please paste inside the containe, right after this one:

    do_action('avia_meta_header');
                            echo '</nav>';
                        ?>

    Give it a unique css selector:

    <a class="hyperlink-header"href="http://www.hyperlink.com" target="_blank">
    <img src="partner.png" width="45" height="6" alt="Partner-Name">
    </a>

    Let us know if you already make this changesso that we can proceed. Please post a screenshot of what you’re trying to do. We will help you with the adjustments.

    Regards,
    Ismael

    in reply to: call to action button on a layer slider #194237

    Hi!

    Glad we could help. :)

    Regards,
    Ismael

    in reply to: FormidablePRO CSS compatibility 2 #194236

    Hi sitesme!

    Can you please give us a link to the actual contact page?

    Best regards,
    Ismael

    in reply to: Portfolio items with slightly height difference #194234

    Hey!

    The thumbnails have different sizes or orientation. We specify a minimum height for the images to align them properly.

    Best regards,
    Ismael

    in reply to: Widgets settings seem to be not responsive #194233

    Hey!

    I edited the widgets for Displayed Everywhere widget area and it shows properly on the Blog Page. http://evonuedigital.com/blog/

    Best regards,
    Ismael

    in reply to: Poor quality on portfolio thumbnails #194230

    Hi!

    Yes, as far as I know it won’t break other layouts. The bigger the thumbnail the better. CSS will resize it anyway on smaller containers.

    Best regards,
    Ismael

    in reply to: Ajax portfolio with accordion in the preview #194227

    Hi!

    That is the portfolio category sort function.You can use the Advance Layout Builder. Insert a Text Block for the page description then insert the Portfolio Grid element. For more info please watch this videos: https://vimeo.com/channels/aviathemes

    Best regards,
    Ismael

    in reply to: Pictures Not Displaying When Uploaded to Media Gallery #194221

    Hi!

    You need to edit the file via FTP or your cpanel. Go to the WordPress root folder, edit the wp-config.php file. Increase the php memory limit to 64M or higher. You can do the following:

    1.) Deactivate all your plugins. If this works, re-activate the plugins one by one until you find the chaotic plugin(s).

    2.) Switch to a default theme, see if the problem persist.

    3.) Reset the plugins folder by FTP or PhpMyAdmin. Delete unnecessary plugin folders to remove ghost plugins.

    Regards,
    Ismael

    in reply to: How to move the comments section ? #194218

    Hi RomainCollignon!

    Edit includes > comments.php, remove everything then replace it with this code:

    http://pastebin.com/wa8Ldhm6

    Remove browser cache then reload the post / page.

    Best regards,
    Ismael

    in reply to: Social Icons Have Disappeared #194213

    Hi candeos!

    The code is broken. Can you please post it on http://pastebin.com/? You can use the AddThis plugin, refer to this link: https://kriesi.at/support/topic/placing-addthis-social-icons-into-the-header?replies=4#post-134606

    Best regards,
    Ismael

    in reply to: Easy slider resizing images in unpredictable ways. #194212

    Hi!

    You’re using small images for the Easy Slider. The easy slider will inherit the size of the container. You need to contain it on a Column element or use large images.

    Best regards,
    Ismael

    in reply to: Default Twitter and Dribble account name #194211

    Hi Smaskit6!

    You can change that on Enfold > Header > Social Icon. You need to use Header Type that support social icons.

    Regards,
    Ismael

Viewing 30 posts - 61,411 through 61,440 (of 66,033 total)