Forum Replies Created
-
AuthorPosts
-
February 4, 2015 at 9:43 pm in reply to: add an hover effect on a element of layerslider in a easy way? #390941
Hey!
Try adding this to your custom CSS.
#dev_base:hover { background: blue !important; color: orange !important; }Cheers!
ElliottHey!
I think that should be working. Send us a link to the page where your using the codeblock element with CSS inside to change the footer background.
Best regards,
ElliottHey!
The loop-index.php file is still not displaying any changes I make to it. I tried editing your child theme and also in the parent theme. Perhaps it’s some kind of caching issue with your plugins.
Regards,
ElliottFebruary 4, 2015 at 9:30 pm in reply to: The save button doesn't work when trying to use shortcodes #390933Hi trohweder85!
They are displaying fine on my end. The problem was that you needed to update the theme most likely.
Cheers!
ElliottHi oklim!
I’m not sure if 2.5.4 had the auto update feature in Dashboard > Enfold > Theme Update but that would be the fastest way.
If it doesn’t have it then you’ll need to update via FTP, http://kriesi.at/documentation/enfold/portfolio-item/install-enfold-theme-with-ftp/.
Regards,
ElliottHey Slade!
The icons are displaying fine on my end. Can you take a screenshot of what your seeing?
As for the color section background try updating Enfold to 3.0.8 and clear your browser cache to see if that fixes it.

Cheers!
ElliottHi!
So your talking about the single posts then instead of the category archives? In this case you need to use the in_category conditional check, http://codex.wordpress.org/Function_Reference/in_category, instead of is_category.
Regards,
ElliottFebruary 4, 2015 at 9:11 pm in reply to: Problems with slide out menu and website responsiveness on mobile devices #390921Hey!
Yes we know of the bug. It’s going to be fixed in the next update but in the meantime you can use the CSS aghadiry posted to fix it.
Or just this.
#wrap_all { position: relative !important; }If you have the responsive setting enabled.
The only way to fix this is with CSS because it’s a CSS bug.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey!
We have been getting this question asked a lot so I created a snippet to use here, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/.
Send us a link to your page after doing that and let us know how your wanting to position it and we’ll give you some CSS to use.
Best regards,
ElliottHi mterrian!
Do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then send us a link to your page and take a screenshot highlighting how your wanting to position it and we’ll give you some CSS to use.
Cheers!
ElliottHi!
Oh I see. Try this instead.
@media only screen and (max-width: 767px) { .responsive #top #header_meta .container { max-width: 100%; width: 100% !important; } .responsive #header_meta .sub_menu > ul > li { padding: 0px 5px !important; } }Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey renner28!
It looks like your using Avada instead of Enfold. Try adding this to your custom CSS.
.normal_logo { width: 100% !important; }Regards,
ElliottFebruary 4, 2015 at 8:19 pm in reply to: Issues With Mobile Menu & Mobile Responsive Display #390893Hi!
Add this to the bottom of your functions.php file.
add_action( 'ava_after_main_menu', 'enfold_customization_second_logo' ); function enfold_customization_second_logo() { echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', '<img class = "mobile_logo" src = "URL to your image" alt = "" />', 'strong', true); }And replace the “URL to your image” with the correct URL. And then add this to your custom CSS.
.mobile_logo { display: none; } @media only screen and (max-width: 767px) { .logo { display: none; } .mobile_logo, .mobile_logo .logo { display: block !important; } }Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi!
I’m sorry but I’m not sure I understand. Go ahead and send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea.
Best regards,
ElliottFebruary 4, 2015 at 6:43 pm in reply to: Number of Category or Archive articles don't appear #390863Hey!
Try adding this to your custom CSS.
.sidebar li { color: white !important; }Regards,
ElliottHi rosiefuture!
It will be fixed in the next update. In the meantime add this to your custom CSS.
#wrap_all { position: relative !important; }Cheers!
ElliottHey komey999!
It looks like your talking about the background for your header that you have set.
Add this to your custom CSS.
.header_bg { background-size: cover !important; }Cheers!
ElliottHi gupshupdotme!
Go ahead and update WordPress and make sure your using the latest version of Enfold, 3.0.8.
Also be sure to deactivate all plugins while testing.
Best regards,
ElliottHey t3lgroup!
Try installing this plugin, https://wordpress.org/plugins/codestyling-localization/, and then do a search for the theme texts and translate the load more text.
Cheers!
ElliottHey charlotteraboff!
Your link is not working for me. There are no dates with the Masonry Gallery so I’ll assume your using the regular Masonry element. Add this to your custom CSS.
.av-inner-masonry, .av-inner-masonry * { transform: none !important; transition: none 0s ease 0s !important; } .av-masonry-date { display: none !important; }Cheers!
ElliottHi bob!
1. You can try our content slider out for that. You can place anything you need inside the slides.
2. Try our portfolios out. You can add a link to your youtube video in the “Overwrite portfolio link setting” option when editing the portfolio and it will open in a popup.
3. Add this to your custom CSS.
.logo { top: 10px; }Regards,
ElliottFebruary 4, 2015 at 6:11 pm in reply to: Youtube Video with Advanced Layout Editor not worked #390837Hey ndutzzzzzz!
Hmm, not sure what’s going on there. Go ahead and update Enfold to 3.0.8 and then deactivate your youtube plugin to see what happens.
Your youtube URL seems to be working fine on my XAMPP setup so that is pretty confusing.
You can always grab the embed code from youtube and use that as well.
<iframe width="560" height="315" src="https://www.youtube.com/embed/fPkUMt8_Apg?rel=0&controls=0" frameborder="0" allowfullscreen></iframe>Regards,
ElliottHey Cloudspace!
It’s in Dashboard > Enfold > Import/Export.

Regards,
ElliottHey Cevik_Kuersad!
Try using just 4 of the 1/4 columns and add two team elements in each column. I think that should fix the problem your having.
If not then send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottHey phddgc!
I tried viewing your link but I think there is a typo.
Are you using the fullwidth easy slider there? If so then there is an option when typing out the caption to change the caption styling. Select one of the settings which has a frame and it will display with a black background.
Best regards,
ElliottFebruary 4, 2015 at 5:37 pm in reply to: Open Portfolio item images in lightbox instead of in preview window #390812Hey romella!
I think the portfolio ajax that your currently using is the best way to do this.
You could create custom links to your images and have them open up in lightbox as a gallery but you would not be able to use the portfolio with that. To get that functionality with the portfolio would have to be considered custom work as it would take a lot of time and code to accomplish.
Best regards,
ElliottHey surfersp!
Try adding this to your custom CSS.
.iconbox .entry-content-header { text-align: center; } .iconbox .entry-content-header * { float: none; display: inline; }Best regards,
ElliottHey seidelinho!
Are you wanting the two columns to break into one column on mobile devices? They are shrinking because your using the content slider. What you’ll want to do here is use the blog posts element instead and set the style to grid.
Best regards,
ElliottHey lternis!
Try adding this to your custom CSS.
@media only screen and (max-width: 959px) { #advanced_menu_toggle { display: block !important; } nav.main_menu { display: none !important; } }Regards,
ElliottHi darranreadman!
It sounds like your wanting to use the single author small preview pic blog style.
Send us a link to your page and take a screenshot highlighting the changes your wanting to make and we’ll take a look.
Cheers!
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
