Forum Replies Created

Viewing 30 posts - 85,171 through 85,200 (of 93,519 total)
  • Author
    Posts
  • in reply to: Tab on Tab #522149

    Hi,

    Glad you found a solution :-)

    Regards,
    Rikard

    in reply to: logo area #522148

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling to get some spacing between your images:

    #text-6 a {
    margin-right:20px;
    }

    You can control the header height with the Header Size option under Enfold–>Header.

    Regards,
    Rikard

    in reply to: style for "read more" on Archive/Category pages #522147

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling to control the Read More link:

    .read-more-link a {
    color:red !important;
    font-family: Arial, Verdana !important;
    }

    And the following to control the space between posts:

    .template-blog .post_delimiter {
        margin: 0 0 20px 0;
        padding: 20px 0 0 0;
    }

    Change the value 20 to fit your liking.

    Not sure what you mean by your second post, are you looking to change the actual text?

    Thanks,
    Rikard

    in reply to: Blank space between header and main content #522144

    Hi,

    I’m not sure if Yigits code helped you or not?

    Regards,
    Rikard

    in reply to: Duplicate Blog Page #522138

    Hi,

    Thanks for the details, just to be clear on what you are looking to do here because I’m not sure I understand anymore; on the one blog page you want only on category to show up in the sidebar and the same for the other one but another category, correct?

    Thanks,
    Rikard

    in reply to: Problem with more multiple accordians #522135

    Hi,

    You have this in your enfold.css:

    .avia-builder-el-15 {
        border: solid 2px #e1e1e1;
        padding: 10px;
    }

    Please remove it and it will go back to normal.

    Best regards,
    Rikard

    Hi Ian,

    Every theme is different and Enfold is more advanced compared to most other themes which is also increasing the chance of compatibility issues like these unfortunately. If you could find another plugin to get the functions you need that would be great. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    in reply to: Startseite kann nicht bearbeitet werden #522131

    Hi,

    I’m not sure what folder it’s in, you have a few there? There seems to be a WordPress installation in the root but without a wp-content folder, and that is the only folder we need access to. You could try to delete the plugin from the WordPress backend as well to see if that works. You might have to wait for a while until it’s completely deleted.

    Best regards,
    Rikard

    Hi,

    font-weight: bold will do that yes, try one of the following:

    font-weight: 100 !important;
    font-weight: 200 !important;
    font-weight: 300 !important;
    font-weight: 400 !important;
    font-weight: 500 !important;
    font-weight: 600 !important;
    font-weight: 700 !important;
    font-weight: 800 !important;
    font-weight: 900 !important;

    Best regards,
    Rikard

    in reply to: social media placement #522129

    Hi,

    I think that should be possible, could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    in reply to: Avia Layout Builder not loading/working #522128

    Hi @FHChamberlain,

    What is the login page for your installation? I tried /wp-admin but it gave me a 404 error and /wp-login.php resulted in a redirects error. Could you have a look please?

    Thanks,
    Rikard

    in reply to: Drop-down menus #522126

    Hi HellaNordstrom,

    I can see 6 subitems under Celsius and the Media item is showing as well, please clear your browser cache and disable any caching plugins you might have active to see the latest version of the page. If you should still be having problems then please send us 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.

    Best regards,
    Rikard

    in reply to: Social links position moved after update #522119

    Hi,

    That means you have an error in your code, could you send us an admin login so that we can have a closer look? You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    in reply to: sub category for tabs title #522118

    Hi,

    I think you will have to use that plugin on it’s own, could you have a look if it will do what you are looking for?

    Best regards,
    Rikard

    in reply to: Adding a header widget to the logo container #522116

    Hi,

    ava_after_main_menu is within the inner container, just after navigation. Did you have a look in helper-main-menu.php in enfold/includes? Maybe there is a hook that will suit you better?

    Best regards,
    Rikard

    in reply to: read more and excerpt #522115

    Hi xandria,

    Sorry for closing your thread, it looks like an honest mistake from Yigit since the last poster had his problems fixed and I think Yigit assumed that he also opened the thread. Did you try out the my last suggestions and did you have any luck with them?

    Best regards,
    Rikard

    in reply to: Adding social media icons in the footer ? #522113

    Hi,

    Please try the following to control the opacity on hover:

    .custom-social-icon:hover {
        opacity: 1.0;
    }

    Best regards,
    Rikard

    in reply to: homepage : color under menu wrong #522111

    Hi,

    Answer in private

    Best regards,
    Rikard

    • This reply was modified 10 years, 5 months ago by Rikard.

    Hallo Rainer,

    I checked the front page while logged in but it’s not crashing on my end using Ipad Mini/Chrome, what browser/Ipad version are you using? Or maybe this is happening on a particular page only?

    Best regards,
    Rikard

    Hi,

    Great, please let us know if you should have any more problems on the topic.

    Regards,
    Rikard

    in reply to: Porfolio Grid cells horizontal alignment issue #521544

    Hi,

    In the screenshot which is “perfect” you have 3 lines of text on all items, on the one that is not it varies between 2 and 3. Do you want to set a fixed height for them?

    Regards,
    Rikard

    in reply to: Some issue on header widget #521540

    Hi,

    Great, glad you got it fixed :-)

    Regards,
    Rikard

    in reply to: Home Page Side Bar Elements being Pushed below the page #521538

    Hey targetzero,

    That is the expected result when using full width elements such as a Color Section. I couldn’t see a link to your site, could you try posting it again please?

    Thanks,
    Rikard

    in reply to: Main menu drop-down positioning #521537

    Hi,

    Glad you got it fixed :-)

    Best regards,
    Rikard

    in reply to: Image alignment within color box #521526

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

    in reply to: Startseite kann nicht bearbeitet werden #521523

    Hi,

    I tried what you did as well with the same results unfortunately. The code you inserted is working, the custom field is just under the builder. I created a new front page called Kriesi Test Page and set it as front page but the page ID does not correspond with the ID of the page I created to it’s not updating. I deactivated your caching plugin, could you try to completely delete it from your site via FTP to see if that works? Please post FTP details if you should need help doing that.

    Thanks,
    Rikard

    in reply to: Changing font in footer for blog posts #521511

    Hi,

    I had a look at your site and all the blog headers and headers in the footer are Arimo, if you want to check without having to read code you could try a plugin called WhatFont if it’s available for your browser (I’m using Chrome).

    Best regards,
    Rikard

    Hi,

    You should be able to create something like that pretty easily, most of that page is only text and images.

    Best regards,
    Rikard

    in reply to: Footer No Longer 100% #521402

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

    in reply to: Header Text Link Widget #521401

    Hey yes9310,

    No problem :-)

    Best regards,
    Rikard

Viewing 30 posts - 85,171 through 85,200 (of 93,519 total)