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 - 31,701 through 31,720 (of 39,333 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Can't create menu

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

    In reply to: Can't create menu

    #63853

    Hey Gustavo,
    Can you still access your admin? If so, try deactivating your plugins until the site comes back up. If that doesn’t work your host should be able to help.
    Are you using a multilingual plugin? If so, which one?

    Hannah

    In forum: Virtue Theme

    In reply to: Can't create menu

    #63852

    now the site is down, what is going on! I am literally panicking here!

    In forum: Virtue Theme
    #63850

    Hi Hanna or Virtue Team,

    Here I am again. I am having problem with a Website and cannot create a menu and then have it translated into French. Basically when I click on create menu and try to save it, it says “page not found” . Here is the link to the site: you will see that there is not menu because I cannot create it in English and then in French. Please I look forward to your response. Mi client is sooo mad!!!
    Best regards,

    Gustavo.

    In forum: Virtue Theme

    In reply to: Flex Silder

    #63848

    website pages that I have made. Also how do i remove the Home title on the homepage? super big http://www.promostar.com/

    #63844

    No. Hero scene is selected. Anytime I select standard, the images in my slides disappear when they are played. I’ve had to recreate slides from scratch because of this. The images never come back no matter what I do.

    I’ve posted two slides on the following webpage which show exactly what I am speaking of newsite.atlspeechtherapy.com

    Additionally, there seems to be an issue with the buttons not appearing correctly when viewing the web page on a phone. Why is that?

    #63837

    Hi Ben,

    Thanks for taking a look, you were right so I’ve fixed the theme inside folder issue.

    I suppose if the theme wasn’t updating, then that could have been causing the error, so I’ll get the customer to monitor orders over the next few days and see if there are further probs.

    The list of plugins is as follows

    Advanced Custom Facebook Likebox Widget by Alan Ferdinand – 1.2
    Bad Behavior by Michael Hampton – 2.2.16
    Black Studio TinyMCE Widget by Black Studio – 2.2.8
    Contact Us Form by Kenmore Design LLC – 1.1.1
    Cyclone Slider Pro by Nico Amarilla – 2.10.1
    InfiniteWP – Client by Revmakx – 1.4.2.2
    Page Builder by SiteOrigin by SiteOrigin – 2.2
    Stop Spammers Spam Control by Keith P. Graham – 6.12
    Traffic Stats Widget by Helen – 1.0.2
    WooCommerce Product Add-ons by WooThemes – 2.7.10
    Woocommerce Weight & Country Based Shipping by Jeriff Cheng – 1.1
    WooCommerce by WooThemes – 2.4.7
    Wordfence Security by Wordfence – 6.0.20
    Yoast SEO by Team Yoast – 2.3.5

    Let me know if you think any of these could be causing issues too.

    Many thanks for your help,

    Steve

    In forum: Virtue Theme

    In reply to: Cart notice not shown

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

    In reply to: Virtue Shortcodes

    #63801

    ok, there isn’t a shortcode that would make that sites iframe work but what you can do is add this css:

    iframe {
    max-width:100%;
    }
    

    That will keep the screen from breaking out of the page.

    Ben

    #63797

    ok, check the site now, I just went in using chrome browser and uploaded and installed without issue?

    Ben

    #63745

    Hi there!
    I run my site in boxed mode and would like the whole site to be offset vertically by a bit. I would like the entire box to not extend up to the top of the page but start a little lower than that, so that I can see the repeating background pattern above it (the box).
    Surely there is some custom css snippet that does the trick?
    Kind regards and thanks in advance!

    #63737

    Hi Ben,

    I’ve had the client monitor this issue over the last few days and although she’s a bit vague on details, the error is shown when the customers first lands on the checkout page and the payment options are grayed out and won’t let the user select them, although they are able to add their name address etc

    She has told me she’s had a few instances of this and users have been using a range of devices – laptops, tablets and phones, so it’s doesn’t seem to be specific to iphones as originally thought.

    One user has previously ordered from her site with no issues, but when she revisited a few days later to order, she got the error.

    If it was just one user, I’d be inclined to think it’s something they are doing wrong, but she’s had messages from a number of customers, yet others have been able to checkout without any issues, so I’m stumped.

    Steve

    In forum: Virtue Theme

    In reply to: Store page layout

    #63727

    ok, it is what I said, Somewhere in your custom css you are adding:

    body .main {
        float: right;
    }

    You need to remove that.

    That is bad css that is breaking your site.

    If you want the sidebar on the left you need to use the css which we have posted here: https://www.kadencewp.com/post-frequently-asked-questions/

    @media (min-width: 992px) {
    body .main.col-lg-9 {float:right;}
    }

    Ben

    In forum: Virtue Theme

    In reply to: Store page layout

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

    In reply to: Noindex,follow

    #63721

    Well something is making your site show different the the test site I’m looking at… oh well, in the furture lets just start with a login, make this back and forth go away.

    Change this:

    $title = "$title $sep " . sprintf( __( 'Seite %s', 'virtue' ), max( $paged, $page ) );

    to this:

    $title = "$title " . sprintf( __( 'Seite %s', 'virtue' ), max( $paged, $page ) ). " " . $sep;

    Ben

    In forum: Pinnacle Theme

    In reply to: Home page not updating

    #63719

    Hey,
    Looks like your using the plugin wp-super cache… This means you will have to go to settings > wp-super cache and delete your cache after every change you make.

    I suggest not using caching while developing your site. to turn wp super cache off you must delete the cache first then turn it off in the settings. Then you can deactivate the plugin (DO NOT start by deactivate the plugin it will not work).

    Ben

    In forum: Pinnacle Theme
    #63711

    Hey,
    You can’t make a responsive theme not responsive. I also strongly urge you to considering only desktop designed websites as not an option in 2015.

    Lets start with this css:

    @media (max-width: 780px){
        .panel-row-style {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    }

    add that in your theme options > custom css box. That will clear up a lot since you’ve added a lot of inline styles.

    Where are you wanting two columns? what page?

    Ben

    In forum: Virtue Theme

    In reply to: Noindex,follow

    #63709

    You are editing the function I sent, so you can either post a link or post what your doing using a codesharing site. But the function I sent didn’t add a second title so however your adding it that is what you need to fix.

    If your going to string replace make sure it’s called after you filter the title.

    Ben

    #63690

    I am working on a site that was half built a long time ago.

    Trying to revamp it and the home content won’t update. I keep fiddling with the Theme Home Layout, and it doesn’t make any changes to the home page.

    I have my Reading settings set to a static page which I labeled home temp*. How can I change the settings to Pull from the Theme Options panel?

    site is http://www.onthemarcparagliding.com

    Any help would be appreciated.
    Thanks

    E

Viewing 20 results - 31,701 through 31,720 (of 39,333 total)