Forum Replies Created

Viewing 30 posts - 90,181 through 90,210 (of 90,657 total)
  • Author
    Posts
  • in reply to: The roles #402721

    Hi 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!
    Rikard

    in reply to: Drag and Drop Layout Builder not working properly #402589

    Hi Dunc R!

    Great, glad you got it sorted and thanks for sharing the fix!

    Regards,
    Rikard

    in reply to: Menu issue, can't choose different menu #402585

    Hi!

    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,
    Rikard

    in reply to: Custom Color for Accordion Tabs #402576

    Hey 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 9 years, 9 months ago by Rikard.
    in reply to: Customised 404 page #402573

    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!
    Rikard

    in reply to: Related products and left sidebar on products page #402568

    Hey 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,
    Rikard

    in reply to: internal page menu #402565

    Hey 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!
    Rikard

    in reply to: Problem installing Coming Soon Demo #402560

    Hi Matt!

    Ok, please keep us posted on any progress.

    Regards,
    Rikard

    in reply to: Remove H1 from titlebar #402528

    Hey JerrelZ!

    Please try the following code in your Quick CSS:

    .entry-content-wrapper{
    display:none !important;
    }

    Regards,
    Rikard

    in reply to: Terms and Conditions Formatting Issues #402525

    Hey!

    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 9 years, 9 months ago by Rikard.

    Hey 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,
    Rikard

    in reply to: Error message updating theme #402519

    Hey!

    Did you try to see if you get the same error if one of the default themes is active?

    Regards,
    Rikard

    in reply to: Enfold mobile ready headings #402518

    Hi 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,
    Rikard

    in reply to: Blog Style – Grid layout displayed incorrect #402513

    Hey 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,
    Rikard

    in reply to: Enfold breaking on Safari Mobile #402510

    Hi!

    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!
    Rikard

    in reply to: 404 Error on Portfolio Pages #402509

    Hey 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,
    Rikard

    in reply to: Colored section doesn't stop #402506

    Hey 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!
    Rikard

    in reply to: Custom Fields in shortcodes ? #402503

    Hey 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!
    Rikard

    in reply to: I have trouble trying to save anything. #402500

    Hey!

    Glad to hear you solved it, or at least temporarily. Please get back to us if you should have any more trouble.

    Cheers!
    Rikard

    in reply to: Error 404 – page not found – Portfolio #402499

    Hi!

    Could you please provide us with a temporary admin login so that we can take a closer look?

    Cheers!
    Rikard

    in reply to: Enfold one page : Changes disapear #402495

    Hey!

    Glad to hear you fixed it, maybe clearing your cache and restarting Chrome will fix it?

    Best regards,
    Rikard

    in reply to: Blog Posts / Image #402494

    Hi!

    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!
    Rikard

    in reply to: Contact form did not work correct #402489

    Hi!

    So the update solved your problem?

    Regards,
    Rikard

    in reply to: New Grid Row with Hover Effect #402484

    Hey 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

    in reply to: Sidebar/Layout issue #402467

    Hi!

    Did you work the last problem out as well?

    Regards,
    Rikard

    in reply to: problem with woocommerce checkout manager #402466

    Hey piemoo!

    I’m not entirely sure exactly what area your problem is in, could you provide us with a screendump highlighting where to the problem is please?

    Regards,
    Rikard

    in reply to: Responsive columns are not stacking correctly #402460

    Hey Jon!

    I see your problem, did you try to disable all plugins to see if one of them is causing a conflict?

    Cheers!
    Rikard

    in reply to: Table Padding #402455

    Hey!

    Try to add this to Quick CSS:

    .pricing-table>li {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    }

    Concerning the featured image, it depends on what layout you are using. But for SEO purposes, try to keep them as small as possible.

    Cheers!
    Rikard

    • This reply was modified 9 years, 9 months ago by Rikard.
    in reply to: ALIGNING EASY SLIDER TEXTS #402451

    Hey Emin!

    Please try the following code in your Quick CSS:

    .slideshow_align_caption {
    text-align: right !important;
    }

    Cheers!
    Rikard

    in reply to: Blog posts without using the sidebar #402447

    Hi!

    Thanks for the link, as far as I can see you have the featured image to the left with the dashed line connecting the posts and no sidebar on the right, did you manage to work it out? If not, please try to give a more detailed explanation of what you are trying to achieve, screenshots or a simple mock-up could also help.

    Best regards,
    Rikard

Viewing 30 posts - 90,181 through 90,210 (of 90,657 total)