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 - 32,001 through 32,020 (of 39,333 total)
  • Author
    Search Results
  • #61843

    Hey Ben –
    In looking around a bit, it seems like this is an issue between JetPack plugin and some other plugin I have on this site. If I disable JetPack the Admin Bar will reappear. It’s odd though since I have another site running Virtue with Jetpack enabled and everything works great….

    Maybe it was the latest JetPack update that introduced a problem.

    Let me know if you know anything else.

    Thanks
    John

    #61842

    Hi, I am trying to create a custom menu for the language to be added to my topbar, it’s weird. I have done it before on one site, when I go in the menus, I can see the option but not on my new website. When I use it as a widget, the font style is all wrong and it doesn’t line up well in my top bar. And I try to get rid of the bullet and I can’t figure out how. I can send you images privately.
    Thank you
    Sylvie

    In forum: Virtue Theme
    #61830

    I just went back to your site. You again have turned the theme lightbox off… Understand that it is on by default, you have to turn the option “on” to force the theme lightbox to not work. The option is there to turn it off when it’s always on. Please do not touch your theme options go to your site and look at the portfolio page.

    Ben

    #61828

    You can add this css:

    .sliderclass, .titleclass {
        display: none;
    }
    
    .sliderclass.kt_allsite_slider {
        display:block;
        }

    and then change the function to this:

    add_action('kt_afterheader', 'kt_slider_everypage');
    
    function kt_slider_everypage(){
    if(!is_front_page() ) {
    	echo '<div class="sliderclass kt_allsite_slider">';
    	echo do_shortcode('[kadence_slider id="540"]');
    	echo '</div>';
    }
    }

    Ben

    In forum: Pinnacle Theme

    In reply to: Can´t save changes

    #61823

    fyi, I can see the code in your site that shows you have wp-super cache running. If you every activated the plugin then its running until you turn it off in the settings. You can’t deactivate the plugin (and have that make any effect) without turning it off in the settings.

    Ben

    In forum: Virtue Theme

    In reply to: Font issue

    #61819
    This reply has been marked as private.
    #61814

    Hey,
    Looks like you are adding empty columns?

    Pagebuilder adds a top and bottom margin to separate columns once you fall into the mobile layout. If you have empty columns those will still have spacing.

    I’m looking at it seems your adding columns for spacing. on each site. instead of doing that just use two columns and then I can help you with css to spacing that won’t effect mobile. For example the about and services:

    @media (min-width: 768px){
        .page-id-398 .main > .entry-content, .page-id-11 .main > .entry-content {
            padding:0 60px
        }
    }

    Ben

    #61813

    Hey,
    This means your site robot txt is blocking google from the scripts. You need to check the robot txt on your site. Or the settings on your server. Or the plugins on your site. Theme doesn’t set/edit or adjust this in any way.

    Ben

    In forum: Virtue Theme

    In reply to: Appearance problems

    #61808

    – there is only a blanc page and nothing else visible.

    ^ That usually means there is a php error, if so means whatever/whoever cleaned your site broke something. I suggest reinstalling the theme, and your plugins.

    Ben

    In forum: Virtue Theme
    #61804

    Did a little more testing. Think I know what the issue is.

    You have this css:

    #containerfooter {
    padding-left:20px;
    padding-right:20px;
    padding-top:5px;
    padding-bottom:5px;
    }

    And it should be this:

    #containerfooter {
    padding-top:5px;
    padding-bottom:5px;
    }
    #containerfooter > .container{
    padding-left:30px;
    padding-right:30px;
    }

    I updated on your site so now test.
    Ben

    In forum: Virtue Theme
    #61801
    This reply has been marked as private.
    #61798

    Hi Ben/Hannah-
    I have an odd problem…

    On my site here: when you scroll down the content you can see some of the content behind and at the top of the sticky top main menu. For me this is only happening when viewing with Firefox. When viewing with Chrome, the sticky menu seems to work as it should.

    Any ideas?

    thanks.
    John

    #61793

    Lesley-Anne,
    What is the url to your site?

    Luis,
    In appearance > menus. Click “screen options” in the top right corner. In the dropdown you will see all the different menu items that you can add. Check the box for what you want including portfolio posts.
    In the future please post in your own topic, Thanks!

    Ben

    In forum: Virtue Theme

    In reply to: Subscribe and icons

    #61785

    Thank you for replay

    About the plug-in on #2 you told i will install it and then i’ll see it on my icons automaticlly?

    One more thing I’m trying to move the revolution slider to be a bit upper at my site, how I can do it?

    Thank you

    Liran

    In forum: Virtue Theme
    #61782

    Hey.
    The “Icon menu” and the “image menu” are different things. You have to enabled the icon menu if you want it to show and for the image menu to work you have to add images in the image menu area.

    Featured Products would only work if you have products that are marked as featured. Right now it doesn’t look like you have any products created.
    Portfolio carousel would also work if you have portfolio posts but again you don’t have any portfolio posts created.

    You have wp-super cache installed on your site. That means that with every change you make you have to go to settings > wp-super cache and delete the cache. Else the change will not show on the page.

    Ben

    In forum: Virtue Theme
    #61780

    I would to create an page on my website that is an index for a subset of my posts. The index will be a listing of posts by category and will only show the post title as a URL link. Example below:

    CATEGORY 1
    SUB CATEGORY 1
    Post 1 (link)
    Post 2 (link)
    Post 3 (link)
    SUB CATEGORY 2
    Post 1 (link)
    Post 2 (link)
    SUB CATEGORY 3
    Post 1 (link)

    I am looking for either a shortcode or some other method to accomplish this.

    Thanks! Corey

    #61779
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Appearance problems

    #61769

    Hey Cori,
    What method did you use in cleaning your site? Are you using the latest version of the theme? Can you post a link?

    Hannah

    #61756

    My website was hacked and subsequently cleaned and is back on line, but now it seems as if the images/text of the theme has disappeared on the admin side of the site. On the normal site, one can still see all the text and pictures, but on the admin side, the pages appears to be blank and even when one goes to the custom side of the theme, there is only a blanc page and nothing else visible.
    It seems as if everything is in white on a white background.

    In forum: Virtue Theme
    #61751

    Hi Ben,

    Thanks for your reply.

    Yes I’m using Safari.
    I’ve just checked again just to make sure there wasn’t any zoom and on first loading of the page (in landscape view) the site loads correctly. I switch to portrait it works but when going back to landscape the rotation causes only half the site to show. If I refresh the page it stays this way until I zoom out ‘finger pinch’.

    It would seem the issue is with the Ipad mini but when looking at another site using the same theme I cannot get the ‘zoom’ effect to occur.
    Very strange. What could cause this to occur?

    Thanks for your help,
    Anthony

Viewing 20 results - 32,001 through 32,020 (of 39,333 total)