Forum Replies Created

Viewing 30 posts - 11,401 through 11,430 (of 14,834 total)
  • Author
    Posts
  • in reply to: Enfold custom css accordion #380417

    Hi zmkstudio!

    Add this to your custom CSS.

    .single_toggle .activeTitle {
      background: none repeat scroll 0 0 blue !important;
      color: white !important;
    }

    Your probably going to have to disable the Cufon plugin though if you want to change the color.

    Regards,
    Elliott

    in reply to: various elements not displaying #380414

    Hey!

    Your getting some javascript errors. 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.

    Best regards,
    Elliott

    in reply to: Adding custom button on top right hand of Enfold Header #380413

    Hi!

    If you want to use your own button then you can echo your own HTML and CSS out like so.

    echo '<a href = "insert URL" class = "my_button">Click here</a>';
    

    Regards,
    Elliott

    in reply to: Editing Custom Post Type Template #380407

    Hey Chris!

    You can add this to the file to hide the featured image.

    <style type = "text/css">
    .big-preview, .small-preview { display: none !important; }
    </style>

    For the text link you could use HTML like so.

    <a href = "URL to your page">Click me</a>
    

    Cheers!
    Elliott

    Hi charger70!

    Try adding this to a codeblock element in the page.

    <style type = "text/css">
    .av_one_fifth span {
      margin: 0 4px !important;
    }
    </style>

    Regards,
    Elliott

    in reply to: Enfold: Photography Portfolio issue #380361

    Hi!

    You didn’t make your post private when including the link so I’ll go ahead and link to the pages.

    This is your portfolio page, http://www.deannphotography.com/portfolio/, which your using the portfolio grid shortcode on. If you want to make it sortable then you can do so when you edit the portfolio grid shortcode. You can also change the image sizes to create a masonry look.

    For your portfolio posts single view the featured image will display at the top and then your post content will display beneath it. You can add whatever content you need to display on your posts.

    Best regards,
    Elliott

    in reply to: Videos not embedded and pop up in Lightbox instead #380356

    Hi!

    1. Not sure what it could be. My guess is it’s because of the chinese domain.

    2. I’m not sure about this either. Youtube probably has better compression but I don’t think your going to see much difference between the two. I’m not sure if vimeo is banned in China or not but you could try that as well, https://vimeo.com/, our shortcodes all accept vimeo as well as youtube.

    Regards,
    Elliott

    • This reply was modified 11 years ago by Elliott.
    in reply to: BuddyPress Sidebar #380345

    Hey!

    Open up /enfold/sidebar.php and on line 38 you should see this.

    $custom_sidebar = "";
    

    Add this on the next line.

    if ( bp_is_activity() || bp_is_blogs() || bp_is_messages() || bp_is_friends() || bp_is_groups() ) { $custom_sidebar = "your sidebar name"; }
    

    And replace “your sidebar name” with the name of the sidebar you want to use.

    Best regards,
    Elliott

    in reply to: Slider Revolution and Transparent Header #380342

    Hey Ken!

    I’m not seeing it on my end. Try clearing your browser cache and view in a different browser.

    Best regards,
    Elliott

    Hi!

    It sounds like your having trouble with the products when you update them correct? Let’s try the following.

    1. Deactivate all plugins except Woocommerce.

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

    If your still having problems then send us a WordPress login and we’ll take a look.

    Cheers!
    Elliott

    in reply to: page editing #380312

    Hi!

    That’s called the sidebar. You can set the default behaviour for your pages and posts to a no sidebar layout in Dashboard > Enfold > Sidebar Settings like Windsong suggested.

    If you wish to change the widgets that are displayed on your sidebar then you can do so in Dashboard > Appearance > Widgets.

    Best regards,
    Elliott

    Hey mostlymedia!

    Are you using the latest version of Enfold, 3.0.4? If not then be sure to update and deactivate all plugins while testing.

    If your still having problems then send us a link and we’ll take a look.

    Best regards,
    Elliott

    in reply to: [Bug] Fixed background image in color section #380304

    Hi!

    It seems to be loading fine on my end. I’m on Windows 8 latest version of Chrome.

    If your using any Chrome extensions then try disabling them and also try reinstalling Chrome.

    Regards,
    Elliott

    in reply to: Custom Post Types not displaying #380299

    Hi gcmathis!

    Did you use a plugin to create this custom post type?

    Best regards,
    Elliott

    in reply to: Menu Style #380297

    Hey Scott!

    Add this to your custom CSS.

    #menu-item-36 .avia-menu-text { color: red !important; font-size: 15px !important; }
    

    Where 36 is the ID of your menu item. The ID is usually the page ID. If your not sure what ID it is then right click your page and view the page source to see what is being set.

    Cheers!
    Elliott

    in reply to: Problem with Product Archive/ Shop Page #380286

    Hi!

    I see the problem. Send us a WordPress login and we’ll take a look.

    Also be sure to deactivate all plugins while testing.

    Best regards,
    Elliott

    in reply to: Portfolio Item As Link #380282

    Hey sundialstudios!

    That would take a lot of time and code and would have to be considered custom work.

    What you can do as an alternative is display two portfolio grid shortcodes. The first one will use AJAX and the second one will be normal.

    Best regards,
    Elliott

    in reply to: Logo Area & Parallax image #380256

    Hey!

    Yes it’s like I said, you have the header set to transparent. Edit your page and look to the right hand side for the “Header visibility and tranparency” option and set it back to “No transparency”.

    Best regards,
    Elliott

    in reply to: Linking blog post image #380254

    Hey Angiec13!

    Open up /enfold/includes/loop-index.php and on line 84 you should see this.

    $link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');
    

    You can add this beneath it.

    $link = "http://www.google.com";
    

    If you were wanting to set it to a custom link.

    Regards,
    Elliott

    Hey!

    Are you sure the meta name is correct? If you change the line to this.

    echo 'testing testing';
    

    Then you’ll see it’s the correct spot to display the post meta.

    Cheers!
    Elliott

    in reply to: Full Width Blog Post Pages #380246

    Hi soundstrat!

    Navigate to Dashboard > Enfold > Sidebar Settings and you can set the default sidebar layout for your blog and archive pages as well as your posts.

    Cheers!
    Elliott

    in reply to: Mega Menu Columns Display as Rows #380242

    Hey Erich!

    Did you make sure to check the “Mega Menu” option when editing the menu links? If so then they should be converted into columns. See here for more info, http://vimeo.com/92503669.

    If your still having trouble then send us a WordPress login and we’ll take a look.

    Regards,
    Elliott

    in reply to: Left Sidebar Menu Portfolio item thumbnails missized #380237

    Hi!

    Try dragging a codeblock element to your page and add this inside.

    <style type = "text/css">
    article img { max-height: 400px !important; }
    </style>

    Best regards,
    Elliott

    in reply to: Simple drop down box / list #380230

    Hey anton123!

    You could use the default WordPress category widget which has a dropdown option. But this is not an AJAX widget and will redirect to your category archives when the category is selected. If your wanting to make it so it displays the results with AJAX then that would have to be considered custom work.

    Regards,
    Elliott

    in reply to: Layerslider Trandistions #380222

    Hey!

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

    Best regards,
    Elliott

    in reply to: color section – alignment object #380220

    Hey hotspot!

    You can add a separator element above the text and set it’s style to whitespce to move it down.

    Cheers!
    Elliott

    in reply to: Help, my page content is not being displayed #380216

    Hey!

    Yes your page is loading very slow for me. If deactivating all plugins and uploading a fresh copy of the theme does not help then try adding this to your custom CSS.

    .js_active .av-minimum-height .container {
      opacity: 1 !important;
      transition: opacity 0.6s ease-in 0s;
    }

    Regards,
    Elliott

    in reply to: Partner logo Hover color #380208

    Hey grwebs!

    Are you talking about the tooltips that display on hover? If so then add this to your custom CSS.

    .avia-tooltip .avia-arrow, .avia-tooltip { background: #4179c1 !important; }
    

    Cheers!
    Elliott

    in reply to: Full width images on homepage #380202

    Hi wasiekev!

    I think I see the non full width image your referring to. It’s the “Find out how much your home is worth” image correct? You’ll want to use a color section and set the image as the background instead of just using an image element there.

    As for the “small bar below the navigation” I’m not sure what your referring to. Take a screenshot and highlight what your trying to do so we can get a better idea.

    Best regards,
    Elliott

    in reply to: Advert size within the widget area #380197

    Hey!

    Are you trying to increase the bottom margins for each of those advertisements? Send us a link and we’ll take a look.

    Best regards,
    Elliott

Viewing 30 posts - 11,401 through 11,430 (of 14,834 total)