Forum Replies Created
-
AuthorPosts
-
May 27, 2015 at 6:56 am in reply to: Make image (left-aligned) align center in responsive mode #450437
Hi!
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) { .page-id-1188 .avia-builder-el-2 .avia-image-container-inner img.avia_image { display: table !important; margin: 0 auto !important; } }
Best regards,
RikardHi opanovic!
I think you are looking to set Menu and Logo Position to Logo left, Menu right in Enfold–>Header–>Header Layout. Or are you referring to the Mega Menu? http://kriesi.at/documentation/enfold/portfolio-item/creating-a-mega-menu/
Best regards,
RikardHi!
Please try the following CSS instead:
#header .widget { left: auto; right: 55px; padding-top: 0px; position: absolute; top: -70px; transform: translate(0%); }
Cheers!
RikardHey thaufitness!
Check it now, I used Open Graph Object Debugger https://developers.facebook.com/tools/debug/og/object/
Regards,
RikardHey!
Thanks for the screenshot, did you try the CSS I gave you and did it work out? I think you’ve made some CSS changes yourself, like the icons for instance. Try this as well in Quick CSS:
@media only screen and (max-width: 767px) { .av-icon-char { font-size: auto !important; line-height: auto !important; } }
Regards,
RikardHey!
I think you have to check the CSS you’ve used, most of all the use of absolute positioning. I’m pretty sure that’s why it’s not displaying.
Cheers!
RikardMay 27, 2015 at 5:37 am in reply to: Comments and related entries missing when post edited in advanced editor #450413Hey Dawid!
That is the expected behaviour, the ALB for posts is meant for those who want total control over a post, it’s more like a page than a post. You can mimic the behaviour of regular posts though by adding for instance share buttons with the Social Share Buttons element.
Cheers!
RikardHey!
Is you web server IIS7 or Apache? Most are Apache so you should probably look for the .htaccess file in the root of your WordPress installation.
Best regards,
RikardHi lobstahhhhhhh!
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
RikardHi Charlie999!
That is the default behaviour of WordPress and is not theme related, if you have set a page to display as home page it will only show the URL where WordPress is installed.
Cheers!
RikardHi cinchmedia!
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardHi Yoolia!
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.
Cheers!
RikardHi!
Ok I see, could you specify what sections are causing problems and steps on how to reproduce the error?
Best regards,
RikardMay 27, 2015 at 5:06 am in reply to: Seite funktioniert nur zum Teill responsive, mache Elemente nicht #450398Hi!
My german is not perfect but I think you got the problem fixed, correct?
Cheers!
RikardMay 27, 2015 at 5:04 am in reply to: White space between the footer and the content that comes above #450397Hi!
Did you have a look in the ALB to see if you had any unnecessary code?
Cheers!
RikardHey!
Thanks for the info, I couldn’t find the login page though? The regular ones like /wp-admin and /wp-login.php didn’t work.
Best regards,
RikardHi Michael!
Very good question, I’m actually not sure what exactly makes an element a sibling or a child. But I can give you a general tip when working with sections with ID’s, in almost all cases you won’t need to use selectors like the + in the code we gave you. As long as you have the ID of the sections you can target most elements quite easily, like this example:
#section-1 .container { /*This code will target elements with the class container inside of section-1*/ }
Regards,
RikardMay 26, 2015 at 10:41 am in reply to: full width slider – change captions to static instead of flying in #449952Hey!
Try the following to hide the text and buttons on the slider:
.page-id-504 .slideshow_inner_caption { display: none !important; }
Regards,
RikardHi!
You could just not upload an image to the testimonial if you don’t have images, if you need help with some custom CSS we can help you out with that. Just tell or show us how you would like it to look like.
Cheers!
RikardHey David!
Please try the following in Quick CSS under Enfold–>General Styling:
h4 { line-height: 1.5em !important; }
Cheers!
RikardHey!
Could you ask them to provide you information on how to turn it off? I had the same problem on a personal site and my host provided me info on how to turn varnish cache off.
Best regards,
RikardHi!
Ok, could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
RikardHey Luisgasser!
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 romaronline!
You can edit the anchors in your menu under Appearance–>Menus.
Regards,
RikardHey!
Sorry about the plugin not working, unfortunately I don’t have any tips to give you either. Hope you find something that will fit your needs.
Regards,
RikardHey dbaertschi!
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
RikardHi markajackson!
Could you try to overwrite your theme files with a fresh copy of the theme from Themeforest via FTP to see if that helps? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
RikardHi qeeqac!
You can attach screenshots by uploading them to for instance imgur.com or a public dropbox folder and then linking to them here. I saw a few problem areas on your site, please try to add the following to Quick CSS:
@media only screen and (max-width: 767px) { .page-id-2852 .avia-builder-el-56, .page-id-2852 .avia-builder-el-65 { width:100% !important; } }
Best regards,
Rikard -
AuthorPosts