Forum Replies Created
- 
		AuthorPosts
 - 
		
			
				
Hey!
It’s because you’re using the minimal header setting, you can try using this code to circumvent that:
#top #header.av_minimal_header .main_menu ul:first-child >li > ul { border-top: 2px solid brown; }Cheers!
JosueHi!
You can set a custom ID to the section and hide it on mobile with this:
@media only screen and (max-width: 767px) { #my_section{ display: none; } }Alternatively you can also play around with how the background image is treated in mobile:
@media only screen and (max-width: 767px) { #my_section{ background-size: contain !important; } }Best regards,
JosueHello!
It is possible but it would require a heavy modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHi Tom,
I believe the testimonial slider should reset when the last element is reached, can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueJanuary 31, 2016 at 11:24 am in reply to: 2nd language doesn't use default size, only default language #575237Glad you managed to solve it, let us know if you need further assistance.
Regards,
JosueHey!
The access provided doesn’t seem to work, please check.
Cheers!
JosueHey!
For the first error you could try disabling schema tags in Enfold theme options and for the second one make sure there’s no extra space in your text block paragraphs.
Cheers!
JosueTry it like this:
<div style="display: inline-block;">PARTICIPATION</div><div style="display: inline-block;">RESULTS</div>Best regards,
JosueYou’d need to target the toggle and not the whole header section, this could work:
a#advanced_menu_toggle { position: fixed; top: 50px; right: 50px; }Regards,
JosueChange your code to:
.avia-menu-fx { background: brown !important; height: 3px; }January 31, 2016 at 11:08 am in reply to: How to change stacking order on mobile phone–no sidebar involved #575222Hi Connie!
You can do the following:
https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263So you’d create two gallery elements and set the
only_desktopclass to the gallery that you want to appear on desktop only.Best regards,
JosueHey!
It depends on what kind of blog are you using, can you post a link to your site please?
Regards,
JosueJanuary 31, 2016 at 11:04 am in reply to: Table shortcode shows up in the front office after update to 3.4.7 #575219Hi!
It’s a known issue, unfortunately there’s currently there’s no fix for this other than writing the symbol in ascii format and trying to not open the table again (because it will convert it to its HTML form).
Regards,
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Sure, i’d recommend starting by using the following plugins:
https://wordpress.org/plugins/bwp-minify/
https://pe.wordpress.org/plugins/wp-super-cache/Regards,
JosueHi Pedro,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
No need to edit PHP files, all you need to do is check how the default icons are rendered by Enfold and overwrite them with your custom images (using CSS), for example for icon elements:
.iconbox_icon:before { content: ""; background: url('_URL_to_PNG_here_'); background-size: contain; width: 20px; height: 20px; display: block; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.hidden { display: none; }Cheers!
JosueJanuary 31, 2016 at 10:35 am in reply to: Could you maybe help with header section spacing issue? :) #575202Hey!
Try adding this code to the Quick CSS:
.caldera-grid { min-height: 30px; } .caldera-grid form { position: absolute; top: 10px; }Cheers!
JosueJanuary 31, 2016 at 10:30 am in reply to: Please Help Me: The Pagination does not work with wordpress 4.4 and Enfold 3.4.7 #575200Please don’t create duplicates, we’ll attend you in your other topic.
Hey!
Try adding this code to the Quick CSS:
#top .av_inherit_color ol li { color: black; }Cheers!
JosuePlace it at the start:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>I guess the file was not writable by WordPress because it didn’t have the right permissions (755).
Go to Enfold > General Styling > Quick CSS.
Try doing this – http://screencast.com/t/baeqZWV85
Best regards,
JosueWe need an access for this first.
January 31, 2016 at 4:33 am in reply to: Changing number of portfolio entrys after tag search #575147Hey!
Try adding this code to the Quick CSS:
.tag a.grid-image { pointer-events: none; }Cheers!
Josue - 
		AuthorPosts
 
