Forum Replies Created
-
AuthorPosts
-
Final code should be:
.page-id-734 #av_section_1 .hr { margin-top: 0 !important; } .page-id-734 #av_section_1 .content { padding-top: 0 !important; } .page-id-734 #after_layer_slider_1 .content { padding-top: 30px !important; padding-bottom: 0px !important; }Result:

Regards,
JosueHey!
Try with this code instead:
body{ background-image: url(https://www.everythingisforever.com/cms_assets/full-bg.jpg); background-position: center center; background-attachment: fixed; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }Cheers!
JosueHey!
Try adding this at the very end of your theme / child themefunctions.php file:
add_filter('excerpt_length', 'c_excerpt_length'); function c_excerpt_length($length) { return 10; }Adjust “10” as needed.
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueHello!
It is possible but it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueHi,
Does it happen with the default WordPress theme?
It seems to be similar to this problem, try the fixes provided here:
https://kriesi.at/support/topic/wordpress-seo-yoast-theme-updates-too-many-redirects/Cheers!
JosueHi!
The problem is that that layer is set a top offset of -2px, make sure all layers have the same setting here:
http://screencast.com/t/t4tOwTmK07wQRegards,
JosueHey!
Try adding this code to the Quick CSS:
#top .avia-smallarrow-slider .slide-image, #top .avia-logo-element-container img{ width: auto !important; }Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueHi Corina!
Check it now:
http://philipjackson.com.au/I added this:
input#mce-EMAIL, #mc-embedded-subscribe { float: left !important; width: 50% !important; clear: none !important; }Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi!
I was able to make a comment on one of your posts:
http://www.aminne.nu/anslagstavlan#comment-4Best regards,
JosueHey Denis!
Try adding this code to the Quick CSS:
#top .widget_nav_menu ul ul li:before{ content: "" !important; }Cheers!
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHey!
I’m not seeing the wysiwyg issue in the beta site. I suggest updating the theme of the other installation to the latest version (2.8.1).
Best regards,
JosueThis will do it:
.page-id-734 #av_section_1 .hr { margin-top: 0 !important; } .page-id-734 #av_section_1 .content { padding-top: 0 !important; }Hi!
There is a missing “}” in your Quick CSS, try adding it at the very end of the textarea.
Cheers!
JosueYes, you can monitor your log in the Dashboard with this plugin: https://wordpress.org/plugins/error-log-monitor/
Regards,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi!
Try with this code:
#top .av_header_transparency #header_main_alternate { height: 35px; background: yellow; }Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi!
Try adding padding-bottom: 0 to the code too:
.page-id-734 #main .content { padding-top: 0px !important; padding-bottom: 0px !important; }Regards,
JosueHey Ryan!
Test it now, i modified something in the Quick CSS.
Cheers!
JosueCan you enable the pause/play buttons so i can try to debug the code?
Best regards,
JosueHi Nancy,
The problem is that all those logs are from a week ago thus making it harder to debug, i’d suggest emptying the log and if the error occurs again let us know immediately. I’lll leave this thread open.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#layer_slider_1 { min-height: 600px; }Cheers!
JosueHi!
I have not yet seen something like that to be honest, but you can start looking here:
http://codecanyon.net/search?category=wordpress&direction=desc&order_by=best-match&term=table&utf8=%E2%9C%93Cheers!
JosueHi Adolfo!
Those are caching plugins, a CDN is something quite different. From that list i can recommend WP Super Cache or W3 Total Cache.
Best regards,
JosueI see you are now using a modified logo, try with this code to center it vertically:
.logo img { padding: 43px 0; }Cheers!
Josue -
AuthorPosts
