Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'site'

Home / Forums / Search / Search Results for 'site'

Viewing 20 results - 26,401 through 26,420 (of 39,333 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #100550

    Hello Richard,

    You can enable JavaScript onto your site by going into Theme Options> Theme Extensions> and turn on “Header and Footer Script output.”

    Hit save, and you can now access Theme Options> Header and Footer Scripts.

    Paste your code there, and you should be set.

    Let me know if that works for you!

    #100548

    Hi guys,

    I have not posted on here for ages hope that you are all well?

    I need some advice as you know I have created a website for myself my website this is to help me to get a web developer job. How would I go about adding in some basic javascipt into my website and how can I do this?

    So sorry for been such a pain

    Hope to speak soon

    Richard

    #100541

    Is your site still on local? If so, could you send a screenshot?

    Hannah

    #100539

    Here is the CSS that will target the text

    .infobanner .home-message h4 {
        color: red;
    }

    You’ll want to change the properties to what fits your site, but this is how you target it.

    Hopefully that works for you!

    #100536

    Hi,
    I have the same situation as the OP.
    Does using the plugin changes anything else other than deleting all the demo files?
    I have almost finished the designing the website.

    Fyi, i have manually deleted the Products & Posts. Now on the Main Slider & Icon menu, whenever I click on them, it brings me to the Demo content. How do i remove these?
    My website is shopsays.com

    #100534

    No, you’ll want to use the “max-width” property as I posted above. Otherwise you’ll be targeting only desktop, which is the opposite of what you want to be doing. And 992px is the breakpoint in CSS that determines whether to display tablet or desktop, so it’s advisable to use that as well.

    You’ll also want to disable your mobile menu so you don’t have both appearing. This is better than hiding it with CSS.

    @media (max-width: 992px) {
    #nav-main ul.sf-menu {
        display: inline-block !important;
       }
       .kad-header-left {
        width: 33%;
        display: inline-block;
    }
    .kad-header-right{
        width: 66%;
        display: inline-block;
      }
    }

    This is the CSS I recommend using. Give that a try and let me know if it works for you.

    #100519

    Thanks Hannah,

    So I’m using Disqus as the comment section but when I click the comment link below the post on the my category archive page (wwww.mysite.com/category/mycategory) the comment link takes me to the actual post and then Disqus opens up. I would like to be able to comment on the same page without going to the actual post. Please help.

    #100514

    Hello! You can disable the sidebar for each post by going into the post options area of the post edit screen and choosing not to display a sidebar.
    Or if you prefer, this CSS will hide it on all posts throughout your site.

    .single .sidebar {
        display: none;
    }
    
    .single .kt-sidebar {
        width: 100%;
    }

    You’ll want to place this code into Theme Options> Custom CSS.
    Let me know if this is helpful

    In forum: Virtue Theme
    #100511

    Ok, when I look at your site I see that you are adding this in your custom css… I suggest removing the size padding at least if not the whole thing.

    .headerclass {
    padding: 25px;
    }

    I also see that you are using the theme options to add margin left and margin right to the logo.. Remove that because it’s forcing the image smaller the mobile since it has a margin of 80px on each size.

    I think you will be much happier with the results.

    Ben

    #100505

    Hey,

    Mobile:
    So you don’t have pagebuilder turned on to be responsive.
    Meaning the columns are staying as columns when in mobile view. For the site to look good in mobile I strongly suggest fixing that setting in your page builder settings.

    You mention wanting text smaller… this is not how responsive is really supposed to work. The point of responsive is that a user would never need to zoom into and out of a page to read text. So the text and content is meant to rearrange into rows so it’s scrolling is natural for a device and it’s text is always readable without squinting our zooming in.

    Now making the text smaller is an option and I’ll give you some css for it but I really don’t suggest starting here but instead fixing the layout issues you have with pagebuilder:

    @media (max-width: 767px){
        body p {
        line-height: 20px;
        font-size: 14px;
    }
    }
    
    

    Alignment:
    The only basic option for this would be to use the split content widget you can place it into a row and then it will give you the two columns and center align based on height you set.

    There isn’t a way to create a relationship like with across two columns normally unless you use a lot of css.

    Menu:
    You would need to turn on the topbar. Then add this css:

    .kad-topbar-left {
        width: 100%;
    }
    .topbarmenu ul li {
        float: none;
        display: inline-block;
    }
    .topbarmenu ul {
        text-align: center;
    }
    
    #topbar {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
    z-index:1000;
    }
    .admin-bar #topbar {
        top: 32px;
    }
    .headerclass {
        padding-top: 36px;
    }

    Ben

    #100504

    This is the default behavior for both the free and premium theme. There usually just isn’t enough room in the header on mobile for a whole menu. You can use CSS to keep it there though.

    #nav-main ul.sf-menu {
        display: inline-block !important;
    }

    I got this from another thread and tested it on my site, and it seems to work fine. You’ll want to be sure not to assign a mobile menu in Appearance> Menus, and this CSS will be placed in Theme Options> Advanced Settings.

    Let me know if that works for you.

    #100497

    Hey Phil,

    Would it be possible for you to link to the page that you’re having issues with so I can check and see if there is anything obviously wrong?

    One thing to try would be to deactivate plugins to see if there is one conflicting with the proper behavior of the map. Also be sure to clear your site’s cache after making the changes.

    #100496

    Hi,

    I added a second menu to our main website, but I want it to show up on the mobile site as well. Here is the site: wsfb.com. Is this possible?

    Thank you!

    #100485
    This reply has been marked as private.
    #100484

    Hi,
    I think there is an error or something happening in my website, because I go to Home layout–>Enabled Recent Posts–>number of posts 4, number of colums 2.
    But when I look at my home page, 11 posts appear, being the first one repeated.
    I don´t understand whats going on.
    Could you help me please?
    Thank you

    In forum: Virtue Theme
    #100480

    I have the same problem, running version 3.4.0 but have 5 pages that are outdated, eventhough they were updated today from your site.
    What to do ?

    In forum: Virtue Theme

    Topic: KT Flip Box

    #100475

    Hi Ben,

    I have added flip box to my website (homepage-> on top of the revolution slider), and I experience 2 problems with it.

    1) I added backside text and I saw it yesterday, but today I found out that backside description text disappeared, when I add any new flip box it still doesn’t have backside description text in it even when I add it
    2) On tablets when u focus my flip-box – backside is invisible, only front side visible.

    In forum: Virtue Theme
    #100469

    Hello,

    The site is almost 100% back to normal but still could not figure out how to make the logo not shrink smaller than the menu in mobile mode. I don’t have sticky header on. Header is set to standard. I have Wide Site Layout Style and full logo layout selected. I dont know if Topbar Settings affect the logo at all: Use Topbar is on Enable topbar mobile menu layout is off. Use Topbar Icon Menu is on. Enable widget area in right of Topbar and Topbar Layout Switch are on.

    #100466

    Hello Ben,

    Things are operating almost normally again, after using the plugin you advised. It claims to have all new. references replaced. Also I figured out the french site issue, some minor details will have to be resolved with polylang support. I did look at some entries in PhPMyAdmin without making any changes there. I wanted a direct way to see if all the new. references were gone.

    I wonder if you checked on your end do you still get any remaining messages :

    (index):1 Font from origin ‘http://www.alarch-skylights.com’ has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://new.alarch-skylights.com’ is therefore not allowed access.

    The reason why I ask is that in my footer widget, a virtue call to action button will only work when in mobile mode/size. It wasn’t like this before. I tried to just remake the button, but it still keeps the same issue. Also the search widget that is in another column in the footer is inactive in the english version of the site but fine in mobile mode and fine in all modes in french. Deleting and then adding search widget made no difference. Another call to action button in another footer column was easy to correct. (I have 4 colunms in footer.) Also some google images of our media still links to new.alarch-…. but this I believe is their own cache hasen’t been updated, as all media on the website is ok.

    I managed to also get the secondary menu to appear as it had previously, so waiting to get confirmation and I will mark this solved.

    #100462

    Hi,

    I’m updating my home page and having some issues. My site is http://www.thereshegoesagain.org

    Mobile:

    When I view my homepage on mobile it looks more jumbled. Some of the text bleeds off the page, and it looks too big compared to the photos. I’d also like the change the font sizes to be responsive on mobile and get smaller.

    Alignment:

    Is there a way I can vertically align text with an image? I’m using Page Builder and basically in one row I put two widgets side by side. I’d like the text to remain vertically centered to the image.

    Menu:

    I’d like to change my menu to be above my header (kind of like the Topbar, but when I was trying to use the topbar, it kept coming out really wonky, so it’s off right now). While I’d like the logo to stay static, I’d like the menu to be sticky.

    Sorry if this doesn’t quite make sense! I’m not that good with CSS and coding!

    Thank you,

    Sam

Viewing 20 results - 26,401 through 26,420 (of 39,333 total)