Forum Replies Created
-
AuthorPosts
-
September 24, 2015 at 6:55 am in reply to: Problem width blank space before av_one_half tags #508172
Hi,
I’m not sure what you’ve done there as there is an empty div before the button, I tried logging in but the details are not working. Are you sure the username is the email?
Regards,
RikardHi,
Could you try to replace all your
<b></b>tags with<strong></strong>to see if that helps? Also make sure what always close the tags properly as it tends to break the editor if not done correctly.Thanks,
RikardSeptember 24, 2015 at 6:28 am in reply to: Layout – just as shortcode. Cant see it in Enfold Layout builder #508167Hey Micke,
I’m not sure I understand what you mean, when I log in I can see the builder elements in the Builder, I’m not seeing any shortcode. Could you try to explain a bit further because I think we are missing the point here?
Best regards,
RikardHey danneeroy,
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.
Cheers!
RikardHi takk,
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,
RikardSeptember 24, 2015 at 6:10 am in reply to: Mobile Main Menu different view in phones and tablets #508163Hi Jose,
Maybe I’m missing something here but I can only see the mobile menu being activated at 767 pixels, not sure if that is what you want to achieve? Did you remove the code Yigit gave you?
Regards,
RikardHi Faye,
Hope you get it fixed, please let us know if you should need any more help on the topic.
Best regards,
RikardSeptember 24, 2015 at 5:39 am in reply to: Not responsive in tablet: Mobile and left sidebar menus appear at the same time #508159Hi,
If the code you are using works for what you want to accomplish I don’t see any problems with using it. Please let us know if you should need any more help on the topic.
Thanks,
RikardHi,
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.
Best regards,
RikardHi,
Thanks for that, working now. I did screenshots before and after and you’re right, some sections do get messed up, but I can’t see anything in the CSS that might be causing it, and as far as I know Yoast shouldn’t affect anything on the frontend. Did you try to activate it when you’ve had all the other plugins deactivated?
Thanks,
RikardHey,
Great, glad you found a method that you like. We’ll have a look at the hooks and hopefully more will be added in the future :-)
Best regards,
RikardSeptember 23, 2015 at 9:54 am in reply to: General Styling settings lost, but site is unaffected #507567Hi,
I’ve never heard of this happening to anyone except in this thread so I’m pretty sure it’s something local and I don’t think you have anything to worry about. You didn’t happen to install a child theme or something like that before it happened?
Regards,
RikardHi,
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.
Best regards,
RikardSeptember 23, 2015 at 9:48 am in reply to: My website is not formatting correctly on apple products. #507562Hey,
You can upload it to for instance http://imgur.com and then paste the url here.
Best regards,
RikardHi Jason,
Could you please try to overwrite the theme files with a fresh copy from your Themeforest account via FTP to see if that helps? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
RikardHey terasigma,
Not sure what the plugin you are using is doing but I think what you are asking for would take a lot of customisations and would be out of scope of forum support, but link to your site and explain a bit further and we might be able to help you out.
Regards,
RikardHi,
Please try the following in Quick CSS under Enfold–>General Styling:
.main_color .small-preview { background: transparent !important; } .small-preview .iconfont { display:none !important; }Thanks,
RikardHi Ivana,
I don’t think there’s a function like what you are asking for unfortunately, you will have to try and find a plugin to get that extra functionality.
Regards,
RikardHi paragonskydive,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) { .responsive .phone-info, .responsive #header .social_bookmarks { width: 50% !important; display: inline-block !important; } }Regards,
RikardHi amrman0,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardHey,
Could you try removing your CSS and try to edit the elements under Enfold–>Advanced styling instead? You have options there for both normal and hover behaviour.
Thanks,
RikardHey kristinamurto,
Try adding the following to the Copyright field under Enfold–>Footer:
[nolink]Best regards,
RikardSeptember 23, 2015 at 8:48 am in reply to: Enfold Portfolio Thumbnail Images Large & Blurred #507535Hey Sherman,
I can’t see any problems like that on my end using latest version of Chrome: http://imgur.com/FlSlaHe. In what browser are you getting that problem?
Best regards,
RikardHi jaybee319,
Could you try to increase the memory allocated to WordPress to see if that helps: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Best regards,
RikardHey nigdowser,
Please try the following in Quick CSS to see if it helps:
.avia-mozilla .post-entry .single-big a img { width:100% !important; }Thanks,
RikardHey,
Yes of course, it looks like you are using Color Sections and in each Color Section you have the possibility to give it a unique ID in the For Developers: Section ID option. So if you give the section you want to show on desktops an ID like description-desktop and the section you want to only show for mobile an ID like description-mobile you can show/hide them with the following CSS:
@media only screen and (min-width: 768px) { #description-desktop { display:block !important; } #description-mobile { display:none !important; } } @media only screen and (max-width: 767px) { #description-desktop { display:none !important; } #description-mobile { display:block !important; } }Please let us know if it works out for you or not.
Thanks,
RikardHi,
I see that you have created that post with the Advanced Layout Builder so it’s the expected behaviour, creating posts with the builder will make a post act more or less like a page. You can add the Comments element to it though or save it in the default editor and comments should show up again.
Regards,
RikardSeptember 23, 2015 at 7:24 am in reply to: Not responsive in tablet: Mobile and left sidebar menus appear at the same time #507518 -
AuthorPosts
