Forum Replies Created
-
AuthorPosts
-
Hey imagemakerswi!
Add this to your custom CSS.
.avia-post-nav { display: none !important; }Cheers!
ElliottHi bentonam!
Try opening up /includes/loop-index.php and change line 8 from this.
$blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "content";To this.
$blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "excerpt";Regards,
ElliottDecember 30, 2014 at 6:02 pm in reply to: Problems with sidebars, easyslider and default editor after update #373217Hi!
Hmm, are you sure you have completely deleted enfold before downloading + uploading a fresh copy from themeforest?
I deactivated all plugins and activated just the parent theme but your markup is still displaying weird. You have two body tags instead of one and they are both missing the IDs and classes needed for the CSS to function properly.
Best regards,
ElliottHi Peter!
Thanks for using Enfold.
I’ve never done that before so not really sure what could be going on. It sounds like they are all grabbing their content from the same database? Have you considered using WordPress network? http://codex.wordpress.org/Create_A_Network
If your importing the demo content into each installation then it should be importing all of the settings, pages, posts, sliders, etc etc, everything you need.
Best regards,
ElliottHey!
You would cut it and then paste it above this line to rearrange it.
$output .= "</section>";If you use our child theme, http://kriesi.at/documentation/enfold/downloads/, then you can create a new folder in the child theme called “shortcodes” and then paste the team.php file inside it to do the change in a child theme.
Cheers!
ElliottHey Nickkentie!
Your only wanting to change the color of the titles correct? Add this to your custom CSS.
.template-blog .post-title, .template-blog .post-title a { color: red !important; }Cheers!
ElliottDecember 30, 2014 at 5:42 pm in reply to: Center Align special heading so that lines still show #373206Hey codecreative!
Add this to your custom CSS.
body .av-special-heading.blockquote .special-heading-border { display: block !important; }If you want to move it up a bit then you can add this.
top: -20px;Regards,
ElliottHey alex5252!
I think the CSS your wanting is this.
.grid-entry-title, .grid-entry-title a { font-size: 13px !important; }If that’s not working then send us a link and we’ll take a look.
Regards,
ElliottHey igorjovanovic!
1. Try this out, https://kriesi.at/support/topic/wpml-language-switcher-in-header/.
2. Navigate to Dashboard > Appearance > Menus and set a menu to the “Secondary Menu” area. Next navigate to Dashboard > Enfold > Header > Extra Elements and set the menu to display.
3. Add this to your custom CSS.
#header_meta { background: transparent !important; }4. Add this to your custom CSS.
.header-scrolled #header_meta { display: none; }Cheers!
ElliottHey!
Edit the portfolio shortcode and have it display the title and then add this to your custom CSS.
.grid-content { display: none; left: 50%; position: absolute; top: 0; transform: translate(-50%, 50%); } .grid-entry article:hover .grid-content { display: block !important; } .grid-entry .image-overlay { display: none !important; }Regards,
ElliottDecember 30, 2014 at 5:19 pm in reply to: WooCommerce Multilingual product translation editor not showing #373195Hey!
In that case you would just need to switch to the Visual editor and continue editing. If that is the only issue then I don’t really see a need for changing it. If your sure it’s coming from the plugin and it’s absolutely necessary that the text editor opens first then you’ll need to contact the plugin authors for more info.
Cheers!
ElliottHi Angiec13!
Add this to your custom CSS.
.single-big { width: 100% !important; }Best regards,
ElliottHi Joe!
Yes, you can add HTML and shortcodes into the LayerSlider layers. When you edit the layer switch to the “HTML / Video / Audio” tab and insert whatever you need.
Regards,
ElliottHi!
1. When you say grey background I think your referring to the image overlay when you hover over the image correct? Add this to your custom CSS to remove it.
.image-overlay { background: transparent !important; }2. It looks centered on my end. Take a screenshot and highlight what your seeing.
Best regards,
ElliottHi!
Rename the menu to something simple like “exercises” and then use that in the file.
Best regards,
ElliottHi gmocklin!
I viewed your link and I see a fullscreen easy slider and a regular easy slider. Both of them seem to be working fine. Your also using a rev slider from a plugin on top of those though which does not look correct. Is that what you are referring to?
Best regards,
ElliottHi!
I see the flashing headings in the slide. Not sure what it could be from. Send us a WordPress login and we’ll take a closer look.
Also be sure to deactivate all plugins while testing.
Cheers!
ElliottHi Steeleroo!
We do not do any custom work. You could try contacting Werkpress, http://kriesi.at/contact/customization.
I’m not really sure what the best way to go about this would be. I think creating custom page and header templates would work but it would take a lot of time and code.
I think what I would probably do is use the “ava_after_main_menu” hook to add a separate menu for certain pages and then use CSS to hide the default menu.
Cheers!
ElliottHey Slade!
On my end the “Openfin” and Chrome” headings are not displayed because your using this code.
.avia-heading-row th:nth-child(2) { display: none !important; } .avia-heading-row th:nth-child(3) { display: none !important; }I think you are actually wanting to hide them though because the headings are going to display in a list on mobiles but with how your using them it’s probably not going to look good so it would be best to hide them.
Best regards,
ElliottHey!
You mean like this? http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
You would just need to add the fullscreen slider element to your content.
If that’s not what your trying to do then send us a link and take a screenshot highlighting what your wanting to do so we can get a better idea.
Best regards,
ElliottHi!
It looks like only that specific page is having the problem correct? Send us a WordPress login and we’ll take a closer look.
Regards,
ElliottDecember 30, 2014 at 4:40 pm in reply to: Problems with sidebars, easyslider and default editor after update #373171Hey Mikkaluokta!
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy and then try activating just Enfold instead of your child theme to see what happens.
If your still having problems then send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottHey!
I’m sorry but I don’t understand. If you need to do the customization at #289305 in a child theme then the only way that I know of is to add the class to the child theme functions.php file.
Best regards,
ElliottDecember 30, 2014 at 4:34 pm in reply to: Sidebar menu disappearing when having filter activated. #373165Hi!
I set it to the first option and it’s working fine. If your still seeing issues then try clearing your browser cache.
Cheers!
ElliottDecember 30, 2014 at 12:48 am in reply to: Sidebar menu disappearing when having filter activated. #372944Hey!
Ok I see you have added sorting tags to that page now. Try navigating to Dashboard > Enfold > General Layout and in the “Sticky Sidebar” setting set it to “Never Sticky”.
Regards,
ElliottHi chapdes!
They seem to be resizing fine on my end. Try clearing your browser cache.

Cheers!
ElliottHi ItsYeBoi!
Add this to your custom CSS.
.image-overlay { background: red !important; }Best regards,
ElliottHi ericdeeter!
It’s not letting me login. Is the information correct?
Best regards,
ElliottHi makingskincare!
I viewed your link and clicked around the pages of your site but didn’t see a slider anywhere. Send us a link to the exact page.
I’m not really sure what your trying to do with the “Resources & Recipes”. Take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
ElliottHey!
Send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.
Cheers!
Elliott -
AuthorPosts
