Forum Replies Created
-
AuthorPosts
-
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,
ElliottHey!
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,
ElliottJanuary 15, 2015 at 8:43 pm in reply to: Adding custom button on top right hand of Enfold Header #380413Hi!
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,
ElliottHey 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!
ElliottJanuary 15, 2015 at 8:32 pm in reply to: Centering social icons below brand images in 1/5 layout builder columns #380401Hi 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,
ElliottHi!
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,
ElliottHi!
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.
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,
ElliottHey Ken!
I’m not seeing it on my end. Try clearing your browser cache and view in a different browser.
Best regards,
ElliottJanuary 15, 2015 at 7:39 pm in reply to: Single Product Page – Content Description Area 'Weirdness' ??? #380338Hi!
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!
ElliottHi!
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,
ElliottJanuary 15, 2015 at 7:20 pm in reply to: image in full screen slider with transaparant menu does not show #380307Hey 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,
ElliottHi!
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,
ElliottHi gcmathis!
Did you use a plugin to create this custom post type?
Best regards,
ElliottHey 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!
ElliottHi!
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,
ElliottHey 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,
ElliottHey!
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,
ElliottHey 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,
ElliottJanuary 15, 2015 at 6:25 pm in reply to: WooCommerce – Adding custom field on Single Product Page issue #380249Hey!
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!
ElliottHi 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!
ElliottHey 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,
ElliottJanuary 15, 2015 at 6:17 pm in reply to: Left Sidebar Menu Portfolio item thumbnails missized #380237Hi!
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,
ElliottHey 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,
ElliottHey!
Send us a WordPress login and we’ll take a look.
Best regards,
ElliottHey hotspot!
You can add a separator element above the text and set it’s style to whitespce to move it down.
Cheers!
ElliottHey!
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,
ElliottHey 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!
ElliottHi 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,
ElliottHey!
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 -
This reply was modified 11 years ago by
-
AuthorPosts
