Forum Replies Created

Viewing 30 posts - 8,431 through 8,460 (of 93,423 total)
  • Author
    Posts
  • in reply to: Get rid of unnecessary whitespacing on mobile view.. #1409468

    Hi,

    Please try this CSS as well:

    .home #after_grid_row_1 .content {
      padding-top: 0;
    }

    I don’t understand the last two screenshots, what exactly is deleted there?

    Best regards,
    Rikard

    in reply to: Unable to update/modify some pages #1409467

    Hi,

    Thanks for that. The only fatal error I see in there seems to be coming from your SEO plugin. What happens if you deactivate that? Also, did you try to recreate the page in question?

    Best regards,
    Rikard

    in reply to: Problems with Multisite #1409466

    Hi,

    Thanks for that, an access log is not really what we are looking for though. Do you have a log with only server errors maybe?

    Best regards,
    Rikard

    in reply to: Says license expired – renewed 11/6/22 #1409370

    Hey Ted,

    I checked your user account, and it says that your support period was valid until 2023-05-19 (May 19 2023). Could you share your receipt in private please?

    Best regards,
    Rikard

    in reply to: Unable to update/modify some pages #1409369

    Hi,

    Thanks for that. I created a test page, please see private. While editing that it triggered a server error, could you share server error logs with us please? You could also try recreating the problem page, to see when the editing starts breaking.

    Best regards,
    Rikard

    in reply to: Enfold Parent & Child Theme #1409367

    Hey Eric,

    We don’t handle any sales related matters, Themeforest has responsibility for that part of the business. You could try reaching out to their support, but it’s likely that they will tell you that you would need to use your existing licence, or purchase a new one. If you can’t access the Themeforest account which was used to purchase the license you are using, then you will have the same problem each time you need or want to update the theme. For that reason, I think it would be better if you simply purchased your own license.

    Best regards,
    Rikard

    in reply to: Problems with Multisite #1409365

    Hey petrab20,

    Could you share server error logs with us please? What version of the theme and PHP are you running?

    Best regards,
    Rikard

    in reply to: Get rid of unnecessary whitespacing on mobile view.. #1409364

    Hi,

    Thanks for that. Please try this CSS as well:

    .home #after_section_4 {
      display: none; 
    }
    
    .home #after_grid_row_1 .container {
      padding: 0;
    }

    Best regards,
    Rikard

    in reply to: Make hamburger icon bigger #1409317

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    in reply to: Support was renewed #1409315

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    in reply to: Unable to update/modify some pages #1409314

    Hey edolmen,

    Please send us a temporary WordPress admin login and login URL 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: Adding an external javascript to the header #1409313

    Hey Ernie4President,

    Please try this in your child theme functions.php file:

    function ernie_prez_header_script(){
    ?>
    YOUR SCRIPT GOES HERE
    <?php
    }
    add_action('wp_head', 'ernie_prez_header_script');

    Best regards,
    Rikard

    Hi,

    Great, I’m glad that we could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    in reply to: Disable one Object on one site only #1409310

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .home .pmb-print-this-page {
      display: none; 
    }

    Best regards,
    Rikard

    Hi,

    Great, I’m glad that you found the problem. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    in reply to: Vertical Align for Icon in Top Bar #1409308

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    in reply to: how to make an anchor link on my website #1409307

    Hey AmaliaMD,

    You can add a Color Section element, then give it an ID in the element options, under the Advanced tab. Then you can link to it by adding this as the link in a menu item for example:

    #your-anchor

    Best regards,
    Rikard

    in reply to: How to change a permalink #1409305

    Hi,

    Portfolio is a custom post type, that is why it has its own slug. If you want it as a regular post or page, then move the content to either of those types instead. The theme doesn’t change any permalinks without user interaction.

    Best regards,
    Rikard

    in reply to: Change Sidebar List symbol #1409304

    Hi,

    Thanks for that. So what are you looking to replace the current styling with?

    Best regards,
    Rikard

    in reply to: Disable one Object on one site #1409302

    Hey Anna_Tewes,

    I’m not sure which button you are referring to, please try to explain a bit further or post a screenshot highlighting the element.

    Best regards,
    Rikard

    in reply to: Support was renewed #1409301

    Hey Beverly,

    I reset your password and logged you out in all location, and that seems to have worked. Please try logging in again with the password in private.

    Best regards,
    Rikard

    in reply to: Footer Images #1409190

    Hey Matt,

    We can’t give you custom code unless we can see the actual elements. Also please provide us with a screenshot highlighting your intentions.

    Best regards,
    Rikard

    in reply to: How to set text boxes to have a black background #1409189

    Hey Alan,

    Please add a custom class to each of the blocks that you want to target, it will be too difficult giving you accurate CSS otherwise.

    Best regards,
    Rikard

    in reply to: Contact form in widget (in footer column) #1409186

    Hey Edgarro,

    If you want to use the default widgets, then you can copy/paste the form shortcodes into it. You can see the shortcodes if you enable debug mode under Enfold—Layout Builder—Show advanced options.

    The second option would be to create a custom layout for your footer in a page, then set that page as your footer under Enfold—Footer.

    Best regards,
    Rikard

    in reply to: Disable sidebar on mobile? #1409185

    Hi,

    Thanks for that. The sidebar looks to be hidden on mobile already on that page though, did you find a solution? If not, then please try to specify which content you are looking to hide on mobile a bit further.

    Best regards,
    Rikard

    in reply to: Home Page Doesn’t Display #1409184

    Hi,

    Great, I’m glad that we could help you out, and thanks for the kind words :-)

    Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    in reply to: Enfold PHP Version 8 Compatibility #1409182

    Hey Julia,

    Thanks for reaching out to us. Enfold supports PHP 8.

    Best regards,
    Rikard

    in reply to: Social share buttons duplicated on post page #1409181

    Hi,

    You have the share code added as shortcodes in the post content, please try to remove it:

    [av_social_share title='Share this post on' buttons='custom' btn_action='' share_facebook='aviaTBshare_facebook' share_twitter='aviaTBshare_twitter' share_pinterest='aviaTBshare_pinterest' yelp_link='https://www.yelp.com' share_instagram='aviaTBshare_instagram' facebook_profile='' twitter_profile='' whatsapp_profile='' pinterest_profile='' reddit_profile='' linkedin_profile='' tumblr_profile='' vk_profile='' mail_profile='' yelp_profile='' five_100_px_profile='' behance_profile='' dribbble_profile='' flickr_profile='' instagram_profile='' skype_profile='' soundcloud_profile='' vimeo_profile='' xing_profile='' youtube_profile='' style='' alignment='' alb_description='' id='' custom_class='' template_class='' av_uid='av-lh6hhj17' sc_version='1.0' admin_preview_bg='']

    Best regards,
    Rikard

    in reply to: Get rid of unnecessary whitespacing on mobile view.. #1409179

    Hi,

    What exactly are you looking to remove in the screenshot you posted last?

    Best regards,
    Rikard

    in reply to: Change Sidebar List symbol #1409177

    Hey Anna_Tewes,

    What symbol are you looking to replace it with? If you could post a link to where we can see the actual element, then that would be helpful.

    Best regards,
    Rikard

Viewing 30 posts - 8,431 through 8,460 (of 93,423 total)