Forum Replies Created
-
AuthorPosts
-
Hi,
Very difficult to say when we can’t have a look at the site itself, but a workaround would be give you the shortcodes for the pages you want. You will have to activate debug mode first though: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Cheers!
RikardHi,
Changing the background will work, but maybe you have to use the !important statement in the CSS:
table { background-color: transparent !important; }Unfortunately I think you will have to copy/paste the information already in the table but I’m not sure what you mean but editing the Enfold table? Are you referring to the html/css code? We can help you out if you need some additional styling.
Regards,
RikardHi ronaldjan,
The login page is asking me for Google Authenticator code, tried leaving it blank but it would let me in?
Cheers!
RikardHi glozemedia,
I think that is being caused by one of your plugins, could you try to deactivate them to see if that is the case?
Regards,
RikardHi Jeffery,
I tried logging in but the details don’t seem to work? Please make sure that you turn any caching off on the site and clear the cache from the browser you are viewing it from, I think that is the best advice I can offer on getting away from cached results.
The back button issue is a known bug in Safari and we are working on fixing that, please bare with us a bit on that since we still haven’t found the cause of it.
Best regards,
RikardAugust 3, 2015 at 10:40 am in reply to: Featured image Scaling / SingleAuthorBlog. big featured image #481991Hey Malte,
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
RikardAugust 3, 2015 at 10:38 am in reply to: Default Editor with debug must be turned on in order to view discussion/comments #481988Hey,
Thanks for the details, they worked. I didn’t realise this earlier but that is the expected behaviour when are using the ALB for posts. When saving the post in ALB mode, you won’t get the usual components like share buttons and comments which you will get when publishing it with the default editor. If you want the regular look of your post then please use the default editor, you can still use ALB elements by using the Magic Wand tool, or just keep on doing what you have been doing so far, saving the post while in the default editor.
Best regards,
RikardAugust 3, 2015 at 10:31 am in reply to: Add image on the right of the search icon of the main menu #481985Hey Eric,
Did you have any luck adding the widget? Let us know if you should need any help styling it.
Cheers!
RikardAugust 3, 2015 at 10:27 am in reply to: New cart page layout with enfold 3.0.8 and WC 2.3.X? #481979August 3, 2015 at 9:34 am in reply to: Close vertical space between color section and text box #481968Hi cidcreative!
Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-3407 #after_section_2 .container { display: none !important; border-color: #A81010 !important; }Best regards,
RikardHi,
If that plugin works with what you are trying to do then I see no problem in using it.
Best regards,
RikardHi caretecher,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Regards,
RikardHey,
I’m not sure if you fixed it or not, all the read more links on your first page seem to be working, did you manage to work it out? If not then please provide us with a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Regards,
RikardAugust 3, 2015 at 9:13 am in reply to: Icons / Social Icons Missing after transferring my website to my Domain #481948Hi,
I can see icons on both the sites you linked in latest version of Chrome, did you manage to get it fixed? If not then let us know in what browser you are getting this problem.
Best regards,
RikardAugust 3, 2015 at 9:06 am in reply to: Possible to change Google font for each instance of a full-width slider caption? #481947Hey charger70,
You could try something like the following in Quick CSS:
@import url(https://fonts.googleapis.com/css?family=Open+Sans); .page-id-59491 #full_slider_1 h2.avia-caption-title { font-family: 'Open Sans', sans-serif !important; }Best regards,
RikardAugust 3, 2015 at 8:59 am in reply to: Mini-Problem: Drop caps and post slider – missing character #481945Hi,
Hehe no problem, it’s obvious when you know the answer. Glad you got it fixed :-)
Best regards,
RikardHey gharding,
Could you try enabling debug mode and then copy/paste the shortcode to a new page to see if you have any luck with that please? It sounds like something has gone wrong with the revision on the page you are using now.
Cheers!
RikardHi,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 1024px) { nav.main_menu {display:none !important;} #advanced_menu_toggle, #advanced_menu_hide {display:block !important; } }Regards,
RikardHi dabomb!
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) { #review .av_one_half, #contact .flex_column { margin-left: 0% !important; width: 100% !important; } }Regards,
RikardAugust 3, 2015 at 8:40 am in reply to: Enfold Submenu is missing after worpress update 4.2.3 and Enfold update 3.2.3 #481938Hi,
Looking at your site it looks like you got it fixed? I can see the secondary menu in the top right and the dropdown from the main menu are working. Please let us know if I’ve misunderstood your problem.
Regards,
RikardAugust 3, 2015 at 8:31 am in reply to: Layerslider give no option to display lover image for mobile divices #481937Hey victor1983,
I think the easiest way to do that would be to create another slider with optimised images for that size and then hide/show the correct sliders for the widths you wish using CSS. Let us know if you should need any help with the CSS.
Thanks,
RikardHi brandtherightway,
I’m not sure what you mean by that, it keeps on rolling after clicks on my end?
Best regards,
RikardHi,
Try adding the following as well, though I think it might be easier for you to just recreate the pages you are having problems with. Obviously something has gone wrong there and fixes like this will take a lot of your and our time.
@media only screen and (max-width: 767px) { #footer .first { margin-left: 6% !important; } .page-id-998 .av_one_fifth { margin-left: 0% !important; width: 100% !important; } }Best regards,
RikardHi,
I see, could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Thanks,
RikardHi,
Please try copying footer.php to your child theme folder and then add the following to your child theme’s functions.php:
function before_footer(){ ?> <div class="container"> <h2>Content</h2> </div> <?php } add_action('ava_before_footer', 'before_footer');Thanks,
RikardHi,
You can disable it by going to Theme Options and unchecking the Lightbox Modal Window option.
Regards,
RikardHi,
Sometimes when importing the setting from the parent the settings won’t take effect immediately but if you go to the section of the theme options and mark for instance a colour value and then click save, it will change.
I’m not sure what you mean about the full code, but we can give you the shortcodes if you like? He’s the shortcode for the first page you linked to, please let us know if you want the rest as well:
You will need to enable debug mode in order to paste the shortcode to a page: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Thanks,
Rikard -
AuthorPosts
