Forum Replies Created

Viewing 30 posts - 54,361 through 54,390 (of 93,586 total)
  • Author
    Posts
  • in reply to: Rich snippets errors #956450

    Hi Ralf,

    Thanks for the feedback. I’ll close this thread for now, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    in reply to: Problems after update #956449

    Hi Kim,

    Thanks for the feedback. I can see the video issue on my end as well using Chrome. There is a problem with locally hosted videos in the version you are running, so that is likely the cause on your site as well. Could you try to host the video on for instance Youtube instead? You will likely see performance improvements as well if you do that. This is another good reason as to why you should have a staging site, we do unfortunately make mistakes as theme developers as well.

    Best regards,
    Rikard

    in reply to: Widget in smartphone #956445

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .post-meta-infos .blog-author {
      display:none !important;
    }

    Best regards,
    Rikard

    in reply to: update 4.3 don't work #956444

    Hi,

    Thanks for the feedback. We’ll keep the thread open in case you should need any further help.

    Best regards,
    Rikard

    in reply to: Enfold masonry and "Photo Gallery" Plugin #956438

    Hi David,

    Absolutely right! :-)

    I’ll close this for now, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    Hey jcferns,

    Thanks for the link, do you want to move the logo left, or the menu/search icon?

    Best regards,
    Rikard

    in reply to: Step by step icon and text #956435

    Hi again,

    If you should need any further help on the topic then please post a link to where we can see the actual elements.

    Best regards,
    Rikard

    in reply to: Step by step icon and text #956434

    Hey koraytastan,

    I’m not sure what you mean by that, maybe that you want them to display inline? If so then please try placing them in container element like 1/2 element for instance.

    Best regards,
    Rikard

    in reply to: Responsive mode doesn't work on mobile #956433

    Hi,

    Thanks for that, though I can’t reproduce the problem on my end using Chrome on Android, I see what your minimised browser screenshot looks like. The screenshot with two columns look very wide, what sort of a phone are you using? Please make sure that you are not getting cached results, you can use an incognito window using Chrome to make sure of that.

    Best regards,
    Rikard

    in reply to: WooCommece Product List AVIA broken #956431

    Hi Adrian,

    Thanks for that, we should hopefully fix or at least improve the performance of this feature in the next version of the theme. I’ll close this thread for now, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    Hi,

    Thanks for that. Did you try to clear the cache from your caching plugin and leave it deactivated? You could also try to disable the theme caching features under Enfold->Performance to see if that is causing the problem.

    Best regards,
    Rikard

    in reply to: Section "Interesting Links" in Footer: How to use #956404

    Hi Eugene,

    Thanks for the feedback, so I’m guessing you got it figured out? It’s not that easy to understand actually, the widgets are auto-populated by the theme if there is no content added to them.

    Best regards,
    Rikard

    in reply to: Font Css Class Not Working #956402

    Hi,

    Thanks for that, so targeting the h2 element is what is not working? If so then we would need to see where you have placed the CSS as well since I can’t see your code applying to it. Please post admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    in reply to: Quick CSS and enfold.css content #956400

    Hey Cruise8,

    If you update the Quick CSS section, then the file should be updated accordingly, so you shouldn’t have actually change anything in that file. There is no plugin writing to that file, only the theme.

    Best regards,
    Rikard

    in reply to: Custom site pre-loader logo disappears #956398

    Hey IlyaViten,

    I’m not sure how we could reproduce that? Are you sure that it’s not local to your machine/caching?

    Best regards,
    Rikard

    Hi,

    Thanks for that, did you try to move the problem content down to the next Color Section instead? That would seem like the more logical place to put it?

    Best regards,
    Rikard

    in reply to: cavanhousepaintingnyc.com #956281

    Hi,

    No it wasn’t, we only sell WordPress themes for users to create their own sites. We can’t help you with login details to the site.

    Best regards,
    Rikard

    in reply to: GPL license #956278

    Hey Muhammad Imran,

    Thanks for reaching out. 1 licence is only valid for 1 domain (including sub-domains).

    Best regards,
    Rikard

    in reply to: cavanhousepaintingnyc.com #956276

    Hey Alec,

    We don’t have access details to that site, you will have to ask the owner of the site for that.

    Best regards,
    Rikard

    in reply to: Html Video Background #956274

    Hi antdesign01,

    Thanks for the feedback and sorry for the problems. We should hopefully have this fixed in the next version of the theme.

    Best regards,
    Rikard

    in reply to: Enfold2017 Demo Files Import #956273

    Hi,

    Great, glad 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: Accordion icons not showing up #956271

    Hey navindesigns,

    You have this in your child theme CSS which is causing the borders not to display:

    .main-color span {
      border-color: transparent;
    }

    Best regards,
    Rikard

    • This reply was modified 7 years, 11 months ago by Rikard.
    in reply to: Font Css Class Not Working #956269

    Hi,

    Thanks for that, so that CSS is not working? If not then please post a link to where we can see the actual elements.

    Best regards,
    Rikard

    in reply to: enfold ajax icon keep loading #956267

    Hey danielromanin,

    Please send us a temporary 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: Trouble with Upload of Theme to Local Host #956265

    Hi,

    There is a huge blue button on the top of each sub forum: https://kriesi.at/support/forum/enfold/#new-post

    Best regards,
    Rikard

    in reply to: custom sized header #956262

    Hi,

    Great, glad we could help :-)

    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 change my Blog template #956261

    Hi,

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

    footer.entry-footer {
      display:none;
    }

    Best regards,
    Rikard

    in reply to: Put H1 tag on logo only on my homepage #956260

    Hi Marine,

    Please try this instead:

    add_filter( 'avf_logo_headline',  'avf_logo_headline_mod_h1', 10, 1);
    function avf_logo_headline_mod_h1($headline) {
        if(is_home()){
    	$headline = 'h1';
    	return $headline;
        }
    }

    Best regards,
    Rikard

    Hey zeevpentemid,

    Please send us a temporary 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: Custom menu items #956256

    Hi,

    If you scroll up a bit on the link Basilis sent then you will see the code which goes into functions.php, which enables a widget in the header. Below that you see all the styling options you have at your disposal.

    Best regards,
    Rikard

Viewing 30 posts - 54,361 through 54,390 (of 93,586 total)