Forum Replies Created
-
AuthorPosts
-
Hey Andreas!
Please try the following code for a border around the menu:
.html_header_top.html_logo_center .main_menu ul:first-child { border: 1px solid #ddd !important; }
Regards,
RikardHey!
I’m not sure I completely understand what you are trying to do, what kind of rule would you like to apply to each category? If you have some kind of mock-up it would be of great help to understand better.
Best regards,
RikardHi!
I couldn’t see a secondary menu on your site, but you can try this code in your Quick CSS:
#header_meta { border-bottom-width: 0px !important; }
Best regards,
RikardHey!
You had a widget area called header-widget, it’s working now since I added one called header. Please check the site.
Regards,
RikardHi emin!
I’m not sure I understand you correctly but I think you want to set your logo as a background in the header, correct? If so, please go to Enfold–>General Styling–>Background Image and upload the file you want there.
Regards,
RikardFebruary 24, 2015 at 6:58 am in reply to: Full Width Sub Menu more rows and mobile Menu on iPad #401189Hey!
Did you remove the submenu all together because I can’t see it on your site? We can help you with this but we need to see the issue in order to do so.
Regards,
RikardHey yhzkiki!
Try to add this to your functions.php
function add_adsense_to_content() { $text = get_the_content(); $text .= ' YOUR ADSENSE CODE HERE '; return $text; } add_action( 'the_content', 'add_adsense_to_content', 6);
Cheers!
RikardHey!
I check it again and as you said, it doesn’t happen every time. Are you running any plugin that could interfere? If so, please try to deactivate them all to see if the problem goes away.
Regards,
RikardHi!
Could you please post a link to the site/page in question? Also, we might need a temporary admin login to research further, you can post it here as a private reply.
Cheers!
RikardHi!
There’s definitely something going wrong with your .htaccess file, all the permalink setting are listing /index.php/ before the settings which it shouldn’t do. Could you try deleting the .htaccess file again?
If that doesn’t work, please try to manually edit the .htaccess file to this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Hope this helps.
Best regards,
RikardHi!
It will be difficult for us to help you if we cannot see the problem on a live site, is there any possibility that you can upload it to a live server?
Best regards,
RikardFebruary 24, 2015 at 5:29 am in reply to: Enfold won't install – 'Are you sure you want to do this?' message #401180Hey!
Not entirely sure why WP is doing that, did you have any luck with FTP though?
Regards,
RikardHi!
Just to be sure what you are trying to achieve here, you want to align the two yellow boxes on the last image with each other on the same line, right?
Regards,
RikardFebruary 24, 2015 at 5:20 am in reply to: Layerslider WP not showing image layers when published (text OK) #401176Hi!
I can see your problem, would you mind creating a temporary admin login so that we can investigate further? You can post the credentials here as a private reply.
Regards,
RikardHi Diana!
What page is the video on? I couldn’t find any on the front page. We might need a temporary admin login if possible to check it out in more detail. You can post the credentials here as a private reply if you like.
Regards,
RikardHey!
I’m not sure I understand entirely either and my dutch is a bit rusty…Do you have something on your site which is using the hentry microformat? If you want to provide us with screenshots you can upload them to for instance imgur.com or a public dropbox folder and then paste the links here.
Cheers!
RikardHi carvo!
Not sure I understand exactly what you mean, do you want the menu to only cover 80% of the screen while it’s active? If so, would you like the gap to be on the left or right side?
Regards,
RikardHi francity!
I’m having trouble understanding your problem, do you want to replace your h3 headers with either h2 or h1 headers?
Cheers!
RikardHi Mario!
Please read the documentation on creating a megamenu: http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/
Hope that helps!
Best regards,
RikardHey Stefan!
You can import demo content via the backend: Enfold–>Demo Import. There you can import the Photography Demo.
Best regards,
RikardHi ajw99!
It looks like this is an issue with the shareaholic plugin, did you try to contact their support?
Cheers!
RikardHey stevewturnbull!
Do you have a link for the site in question please?
Regards,
RikardFebruary 23, 2015 at 11:06 am in reply to: Adding content (image box/text) over the top of two colour sections #400506Hey saremcdee!
Do you have a link for the site in question please?
Best regards,
RikardFebruary 23, 2015 at 11:01 am in reply to: Layerslider WP not showing image layers when published (text OK) #400502Hi turistai!
1. Default is h2
2. Where exactly do you want to change it?
3. Go to Enfold–>Advanced Styling and choose the tag you want to customise.Best regards,
RikardHey!
What did you try and how? If you navigate via FTP the search path is wp-content–>themes–>enfold–>framework–>php, there you will find the file called function-set-avia-frontend.php, choose to edit it and replace http://kriesi.at with your own link and {$theme_string} with the text you want your link to display, all on line 1310.
Cheers!
Rikard -
AuthorPosts