Forum Replies Created
-
AuthorPosts
-
Hey simonac!
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
RikardHey!
Did you try to disable all plugins to see if one of them is causing the problem?
Regards,
RikardHi JonathanLeplang!
You could try adding html code to the message box:
<img src="http://yourdomain.com/image.jpg">
Please include a link to your site if you should continue to have problems.
Cheers!
RikardHi macrunner!
You can use this in functions.php to hook to wp_head:
function add_custom_code(){ //YOUR CODE HERE } add_action('wp_head', 'add_custom_code');
Cheers!
RikardHey!
I’m not sure what the code is supposed to do but I think it has something to do with the form, correct? If so, you should probably try to load the code block before the form?
Regards,
RikardHi!
Looking at your site now it seems you fixed most of your issues yourself, right? Not sure if you need any more help or not?
Regards,
RikardHey!
I get the feeling that it’s a plugin causing issues here, are we allowed to disable plugins for testing purposes?
Cheers!
Rikard-
This reply was modified 10 years, 1 month ago by
Rikard.
Hi!
I can’t see any sidebar except the right hand one which you have set in the theme options. This is what I see on my end: http://imgur.com/e52hk96
Regards,
RikardHey Albert!
Could you provide us with a link to the site in question so that we can take a closer look please? Keep in mind that Enfold is compatible with WooCommerce and we cannot guarantee that you other system will be.
Cheers!
RikardHi!
It’s definitely one of your plugins or cache which is causing this, what I get after disabling all plugins: http://imgur.com/4prLsBk. I would suggest you disable all plugins, especially caching ones, while you are working on the site and then enable them one by one to see which one is causing the issue.
Best regards,
RikardHey happinessplunge!
That is the expected behaviour when using ALB for posts, it’s more like creating a page that will appear in you blog feed. If you want the “regular” format of posts, please use the default editor.
Cheers!
RikardHey Daniela!
1. You can try adding some more space to the hr you have under your slider with this:
.page-id-3374 .hr-invisible { height:80px !important; }
Try adjusting the value 80 to fit your liking.
2. Please try the following to make the tabs display full width on both portrait and landscape on tablet:
@media only screen and (max-width: 1024px) { .tabcontainer, .av_three_fifth { width: 100% !important; } }
6. It looks great on my end in portrait mode but there’s only one column in landscape, so maybe you can do this:
Replace:
@media only screen and (min-width: 768px) and (max-width: 1024px) { .page-id-4453 .av_one_fourth { width: 47.5% !important; } }
with this:
@media only screen and (max-width: 768px) { .page-id-4453 .av_one_fourth { width: 47.5% !important; } }
7. Could you provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply. Also, what browser are you using to get this error?
Regards,
RikardHi chrissuddes!
You can edit the site title and tagline under Appearance–>Customise
Best regards,
RikardHi andrea!
Please try the following in Quick CSS under Enfold–>General Styling:
#header_meta { border-bottom-width: 0px !important; }
Don’t know what to do about the logo though, did you save it in png-24 or png-8?
Regards,
RikardJune 2, 2015 at 10:13 am in reply to: Website is extremely slow when navigating from page to page #453032Hi mmandarino!
I didn’t find the site slow at all but maybe I was lucky. You could try the following plugins to see if you experience any improvements in speed:
WP Smush:
https://wordpress.org/plugins/wp-smushit/
W3 Total cache:
https://wordpress.org/plugins/w3-total-cache/
BWP Minify:
https://wordpress.org/plugins/bwp-minify/
Best regards,
RikardJune 2, 2015 at 9:59 am in reply to: Social Icon Images and Search Image Not Showing on Home Page Load #453022Hey LeAnneWilliams!
Could you please try the following to see if it works for you: http://kriesi.at/documentation/enfold/enable-cors/
Regards,
RikardHey!
#1 That is the default Enfold behaviour, it’s useful since it helps users to understand on what page they are currently on. But if you want to remove it you can add this to Quick CSS under Enfold–>General Styling:
span.avia-menu-fx { display:none !important; }
#2 I’m not entirely sure I understand what you mean by that but you can add or delete and item to or from the menu under Appearance–>Menus
Cheers!
RikardHey ryanarmstrong28!
Maybe you could import the demo again and just edit the pages to your liking? I think that would be the easiest option.
Regards,
RikardHey AvionicsSource!
You screenshot is not loading on my end, could you try imgur.com or a public dropbox folder instead? Also, please include a link to the site in question so that we can take a closer look.
Regards,
RikardHey tlsdave!
Not sure what it should look like so could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.
Best regards,
RikardHey!
I couldn’t log in the those details, could you check please?
Best regards,
RikardHey!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.
Regards,
RikardHi ermington!
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardHi!
Great, we’ll keep the thread open if you should need any more help. Please get back to us if you solve the problem or need some additional assistance.
Cheers!
RikardHey!
Ok, I think we both made the same mistake. I have ad-blocking addons in Chrome that I checked you site with, so I checked your page in a browser in which I don’t and it’s showing fine.
Regards,
Rikard -
This reply was modified 10 years, 1 month ago by
-
AuthorPosts