Forum Replies Created
-
AuthorPosts
-
Hey patriscia!
I’m having a bit of trouble understanding what you need help with, could you try elaborate a bit more? Also, a link to the site in question and screenshots highlighting your problem would be helpful.
Best regards,
RikardHi Pedro!
Try to add the following to your Quick CSS:
.post-meta-infos time{ display:none !important; }
Best regards,
RikardHey Jordan!
Yes it’s possible to hide and show elements for different screen sizes with CSS. Could you provide us with a link to the site in question so that we can have a closer look please?
Cheers!
RikardHey Pedro!
Try to add the following to your Quick CSS:
.post-meta-infos time{ display:none !important; }
Cheers!
RikardHey!
Please change color to white instead of green in your first CSS block.
Regards,
RikardHi!
Not entirely sure exactly what BWP Minify does, you can read more here: https://wordpress.org/plugins/bwp-minify/
Regards,
RikardHey onthespot!
Your CSS looks correct, could you try to add !important after none? Also, where are you adding the CSS?
Cheers!
RikardHey!
What does your .htaccess file say? You can find it in the root folder of your WordPress installation. It should read something like this if you have postname turned on:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Cheers!
RikardHey itdirektgmbh!
You can target the HR element with these classes:
.hr .hr-custom .hr-center .hr-icon-yes
If you should have any problem achieving what you are trying to do, please provide us with a link to the site in question and a detailed description of what you are trying to achieve.
Cheers!
RikardHey Chris!
Did you have any luck with @begrafiks suggestions? If not, please provide us with a link to the site in question and we’ll have a closer look.
Cheers!
RikardHi anma!
Could you please provide us with a link to the site in question?
Best regards,
RikardHi Morticka!
Inspection works just fine on my end, please try the following code in your Quick CSS to fix the font issue:
#top #wrap_all .main_color h3{ font-family: 'PT Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important; }
Regards,
RikardHey!
Did you try to flush your mobile browser cache and reload a few times? You can also check if it’s working a desktop browser by resizing the window horizontally.
Cheers!
RikardHey!
Is the page ID correct? The link you provided goes to a 404 page so I wasn’t able to check. But like @begrafiks wrote, replace the ) with a }, otherwise you’re not closing the media query.
Best regards,
RikardHi Peatkay!
What exactly do you need help with? Also, do you have a link for the page in question?
Best regards,
RikardFebruary 27, 2015 at 4:58 am in reply to: Add scroll down arrow to color section class question #403150Hi TF_Photography!
1. Add the color section to the content where you want it, then edit it and assign the id scroll-down to it.
2. Add the CSS to Quick CSS in Enfold–>General StylingBest regards,
RikardHi!
Please try the following in your Quick CSS:
#top #main .sidebar { border-left-width: 0px !important; border-right-style: solid; border-right-width: 1px; }
Regards,
RikardHi hloft!
Where did you add the custom code? Please try to verify that your custom code is still intact.
Best regards,
RikardHey Ronald!
What kind of hosting are you using? You wrote earlier that you had added a user.ini file although it’s PHP.ini which needs to be changed. Could you please contact your hosting and get them to change it for you? Please read this again: http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/
Cheers!
RikardHi Jaap!
I see your problem, is it possible for us to get a temporary admin login so that we can take a closer look? You can post the details here as a private reply.
Cheers!
RikardHi!
Ah, I see what you mean now. Please try to add the following to your Quick CSS:
#after_section_3{ display:none !important; }
Regards,
RikardHi exposuredp!
Are you using any caching plugins at all? Please disable it or any other plugin that are active to see if any of them are causing a conflict. Also, did you try to empty your browser cache and restart? Does the problem occur on other machines as well?
Regards,
RikardHi tendersqatar!
You can read all about different WordPress roles and what they can and cannot do here: http://codex.wordpress.org/Roles_and_Capabilities
Cheers!
RikardFebruary 26, 2015 at 11:55 am in reply to: Drag and Drop Layout Builder not working properly #402589Hi Dunc R!
Great, glad you got it sorted and thanks for sharing the fix!
Regards,
RikardHi!
I got the same error message when I went to Appearance–>Customize, did you change anything in your functions.php file? And you are correct, your menu from the backend is not displaying and it’s not possible to save it properly.
Best regards,
RikardHey slui!
Please try to add this to your Quick CSS:
.main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab { background-color: white; color: green; } .tab { background: green; }
Regards,
Rikard-
This reply was modified 10 years, 5 months ago by
Rikard.
-
This reply was modified 10 years, 5 months ago by
-
AuthorPosts