Forum Replies Created
-
AuthorPosts
-
Hi!
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, 1 month ago by
Rikard.
Hi NicRW!
How do you want to customise it? Do you have a screenshot or mock-up highlighting what you are trying to achieve?
Cheers!
RikardFebruary 26, 2015 at 11:03 am in reply to: Related products and left sidebar on products page #402568Hey Peter!
I’m not sure I follow what you are trying to do, do you want related products below additional information, because that is your current layout? Please elaborate a bit further, or if you could provide us with a screenshot highlighting what you are trying to achieve.
Best regards,
RikardHey jdiamond!
I would remove the #top altogether from the URL since you already have the go-to-top button active, just like on this forum, on the bottom right hand of your screen. That is probably why the underlining is wrong when you go to the news section. Try scrolling down and you will see it change back and forth between home and news.
Cheers!
RikardHey JerrelZ!
Please try the following code in your Quick CSS:
.entry-content-wrapper{ display:none !important; }
Regards,
RikardHey!
What browser are you using when you get this error? It looks fine in latest version of Chrome: http://imgur.com/GDlyE65
Cheers!
Rikard-
This reply was modified 10 years, 1 month ago by
Rikard.
February 26, 2015 at 9:02 am in reply to: Forms: I need to calculate the value of input filed on text1 with value of text2 #402522Hey royaltask!
A modification like that would take a lot of time and is unfortunately out of scope of theme support. If you would like to hire a freelancer you could check out studio.envato.com or werkpress.com
Regards,
RikardHey!
Did you try to see if you get the same error if one of the default themes is active?
Regards,
RikardHi Etix!
Please try the following in your Quick CSS:
@media only screen and (max-width: 767px) { #top #wrap_all .custom-color-heading .av-special-heading-tag { font-size: 36px !important; } .av-subheading p{ font-size:24px !important; } }
Regards,
RikardHey Jaap!
Could you please provide us with a link to the page where this is happening so that we can investigate a bit further?
Regards,
RikardHi!
I just checked the site on iPhone4/Chrome and it seems to display just fine. Could you provide some screenshots to highlight where things go wrong on the actual site please?
Cheers!
RikardHey Kaio!
The links from the menu all display on my end, the strange thing though is if you hover over an item, it show the default url, but it actually links to the post name link. Could you try to change back to the default setting and see if it helps? You can set it back afterwards.
If that doesn’t help, try deactivating all plugins to see if one of them is causing a conflict.Best regards,
RikardHey Ophidian87!
I’m not sure what exactly the problem is, could you please provide screenshots highlighting the problem or elaborate a bit more please?
Cheers!
RikardHey nparent!
I’m not entirely sure what you are trying to do here, could you please elaborate a bit more? Also, a link to the site in question and screenshots highlighting the problem would help us understand better.
Cheers!
RikardHey!
Glad to hear you solved it, or at least temporarily. Please get back to us if you should have any more trouble.
Cheers!
RikardHi!
Could you please provide us with a temporary admin login so that we can take a closer look?
Cheers!
RikardHey!
Glad to hear you fixed it, maybe clearing your cache and restarting Chrome will fix it?
Best regards,
RikardHi!
Try to add this to your functions.php
function rkv_imagelink_setup() { $image_set = get_option( 'image_default_link_type' ); if ($image_set !== 'none') { update_option('image_default_link_type', 'none'); } } add_action('admin_init', 'rkv_imagelink_setup', 10);
Cheers!
RikardHey vivant75313!
I’m not entirely sure what you are trying to achieve here, you want each section to be a separate link, correct? Also, when hovering, you want the text to change to white? If not, please try to explain in more detail or provide us with screenshots highlighting what you are trying to achieve.
Cheers!
Rikard -
This reply was modified 10 years, 1 month ago by
-
AuthorPosts