Forum Replies Created

Viewing 30 posts - 11,161 through 11,190 (of 14,834 total)
  • Author
    Posts
  • in reply to: problems with the Avia layouter and storage #383367

    Hi IMPLUS!

    So the problem is when you hit update for your page it doesn’t actually save? It only saves when you hit update the second time?

    Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    If your still having the problem after doing the above two steps then send us a WordPress login and we’ll take a look.

    Regards,
    Elliott

    in reply to: After migration #383364

    Hey!

    Your still getting some weird javascript errors. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    If that does not help then try adding this to the bottom of your wp-config.php file.

    define('CONCATENATE_SCRIPTS', false );
    

    And let us know when your done so we can take another look.

    Regards,
    Elliott

    • This reply was modified 11 years ago by Elliott.
    in reply to: Post with featured image not above but beside the header #383359

    Hi!

    I checked your single post views but it’s already displaying like that so I’ll assume you figured it out.

    Regards,
    Elliott

    in reply to: Gravatar positioning with blog posts element #383358

    Hi bingisser!

    So on your homepage you want the featured images in the blog posts shortcode to display a bit smaller like in your second link correct? Add this to your custom CSS.

    .home .big-preview {
    max-width: 50%;
    }

    Cheers!
    Elliott

    Hey irfan_arif!

    Can you send us a link so we can take a look? What browser and operating system are you using?

    Cheers!
    Elliott

    in reply to: Custom.css is not working #383355

    Hi jruizmatrix!

    Try adding an !important to it like so.

    @media only screen and (max-width:767px){
    	.page-id-2294 .avia-builder-el-33, .page-id-11 .avia-builder-el-33 {display:none !important; }
    }

    Best regards,
    Elliott

    in reply to: In special headings #383353

    Hey!

    For the second and third columns you have this.

    <div style="padding-bottom:10px;" class="av-special-heading av-special-heading-h3    avia-builder-el-4  el_before_av_textblock  avia-builder-el-first  "><h3 class="av-special-heading-tag" itemprop="headline">Hello</h3>
    

    You can see the bottom padding of 10px there. For the first column you have this.

    <div style="padding-bottom:0px;" class="av-special-heading av-special-heading-h3  blockquote modern-quote  avia-builder-el-1  el_before_av_textblock  avia-builder-el-first "><h3 class="av-special-heading-tag" itemprop="headline">Hello</h3>
    

    Which the padding is set to 0px which is why they look different.

    Best regards,
    Elliott

    in reply to: Add Layout Settings to custom post #383351

    Hi!

    If there is white space above the color section then you most likely have something displayed above it in the avia layout builder.

    What is this part for?

    $content = <<<EOD
    

    Send us a WordPress login and we’ll take a closer look.

    Best regards,
    Elliott

    in reply to: Enfold Theme version 3.0.5 update broke my site! #383345

    Hey vissmedia!

    I logged in and created a test page and uploaded an image but everything seems to be working fine. Can you take a screenshot and highlight what the problem is so we can get a better idea?

    Also be sure to deactivate all plugins and clear your browser cache while testing.

    Cheers!
    Elliott

    in reply to: Remove Hyperlink from Blog Post Title #383343

    Hey!

    Unfortunately not. It would take a lot of CSS work to pull that off. It would be best to hire a freelancer to help you out with this customization.

    You can use our grid row element and add some images inside each cell but with how you have things setup I don’t think that’s what your wanting.

    Best regards,
    Elliott

    in reply to: Horizontal drop down menu on sidebar. #383342

    Hey ichuckwow!

    We don’t have any features for this. You could try using the custom menu widget and then add some CSS to create this effect though.

    Perhaps something like this.

    aside .sub-menu { display: none !important; }
    aside li:hover .sub-menu { display: block !important; }
    

    Best regards,
    Elliott

    in reply to: WooCommerce single product page sidebars not showing up. #383339

    Hi!

    When you view your products they will use the “Single Products Pages” widget area that you can find in Dashboard > Appearance > Widgets.

    If you add widgets to that area and they are not displaying then try deactivating all plugins and send us a WordPress login.

    Best regards,
    Elliott

    in reply to: Appearance / Menu not rendering #383337

    Hey rpl_admin!

    Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    If your still having problems after doing the above two steps then send us a WordPress login and we’ll take a look.

    Regards,
    Elliott

    Hi!

    After you change the sizes try installing this plugin, https://wordpress.org/plugins/regenerate-thumbnails/, to regenerate your thumbnails.

    Send us a WordPress login if your still having trouble.

    Cheers!
    Elliott

    in reply to: Section Color Layout customization #383277

    Hey!

    The bottom of the functions.php file.

    Regards,
    Elliott

    Hey imagemakerswi!

    It’s your separator that is causing the problem. If you remove it then you can see it displays fine on both desktops and mobiles.

    I didn’t see the issue with the mobile menu button on my end. Can you take a screenshot? Also when I try to view the second site in your multisite installation that you provided it does not load for me (neither does the dashboard).

    Cheers!
    Elliott

    in reply to: Avia Layout Builder Drag Gets stuck #383272

    Hi markmiller717!

    I logged in but it’s not doing the same for me. I noticed your dashboard is running very slow for me though which is probably because of all the plugins your using.

    Try deactivating all of your plugins to see if that fixes it for you.

    Regards,
    Elliott

    in reply to: Logo Area Custom Background Non-Responsive #383269

    Hi rteckagencyllc!

    Try adding this to your custom CSS.

    .header_bg { background-size: cover !important; }
    

    If that’s not what your wanting then take a screenshot and highlight what your trying to do so we can get a better idea.

    Best regards,
    Elliott

    in reply to: Menu Bar Height #383265

    Hey!

    You can target it with this.

    .avia-menu-text {  }
    

    But if your just trying to style them then you can do this easily in Dashboard > Enfold > Advanced Styling for both the main level links and the sub menu links.

    Cheers!
    Elliott

    in reply to: Gallery/Portfolio #383262

    Hey!

    So your wanting to remove it on your homepage correct? Add this.

    .home #after_full_slider_1 {
      background: none repeat scroll 0 0 transparent !important;
    }

    Best regards,
    Elliott

    in reply to: Delete query strings from header #383261

    Hi avanzamas!

    Not sure why you would want to do this but you can try searching for all areas of wp_enqueue_script, http://codex.wordpress.org/Function_Reference/wp_enqueue_script, and set the $ver parameter to null.

    There are too many areas where we call this function in the theme so you will need to search for them on your own. I recommend using a text editor that has search capabilities such as notepad++.

    Cheers!
    Elliott

    Hi ClevelandSeoGuy!

    Try adding this to your custom CSS.

    .avia-fullscreen-slider .caption_bottom .slideshow_caption {
      bottom: auto !important;
      top: 200px !important;
    }

    Best regards,
    Elliott

    in reply to: Next/Previous blog post for current category only #383254

    Hey alanboyle5355!

    Try this out, https://kriesi.at/support/topic/avia-post-nav-with-the-same-category/#post-185420.

    Best regards,
    Elliott

    in reply to: Submenu Indicator #383253

    Hey Pappasdg!

    Are you trying to create some kind of visual aid to let the user know there are sub menus on certain links? If so then you can use this CSS.

    .dropdown_available {
      background: none repeat scroll 0 0 green;
      bottom: 0;
      display: block;
      height: 20px;
      position: absolute;
      width: 20px;
    }

    That is just going to create a green square. You’ll probably want to style it differently.

    Regards,
    Elliott

    in reply to: Logo #383246

    Hi!

    I checked your link again but the logo looks the same to me.

    It will not display bigger than your header. If you want to set a custom size for your header then you can do so in Dashboard > Enfold > Header > Header Size.

    Regards,
    Elliott

    in reply to: child theme css errors, decrease tab margins #383244

    Hey!

    I’m not sure. I see it in your stylesheet and it’s loading fine. My guess is there is a typo somewhere but I could not find it. What happens when you add the line to the top of the stylesheet? Does it get applied then? If so then there surely is a typo somewhere.

    For your second question I think what your wanting is this.

    .content .entry-content-wrapper {
      padding-right: 50px;
    }

    Best regards,
    Elliott

    in reply to: I don't receive notifications of replies to my posts #383236

    Hi Kevin!

    It started happening recently but our devs know about the issue and are looking into it.

    Cheers!
    Elliott

    in reply to: Open and close tabs #383235

    Hey Jean!

    The tabs have to have at least one open at all times. If you want to have them all closed then you will want to use the accordions instead or you’ll have to hire a freelancer to help you out in customizing the tab script as it’s going to take a lot of work.

    Best regards,
    Elliott

    in reply to: page editing #383219

    Hi!

    If you want to display a map on your contact page you can use our google maps element. Just click on the “Media Elements” tab in our avia layout builder and drag the google maps element to your page content.

    You can then edit the shortcode to setup your address, etc etc.

    Cheers!
    Elliott

    in reply to: Error after update new version. #383208

    Hi Genivaldo!

    Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. That should fix the error.

    Best regards,
    Elliott

Viewing 30 posts - 11,161 through 11,190 (of 14,834 total)