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 - 28,461 through 28,480 (of 39,333 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #85901

    Hi Hanna and Ben,
    after updating to 3.5.2 I get an error

    Warning: require_once(*****/blog): failed to open stream: No such file or directory in ******/blog/wp-content/themes/virtue_premium/functions.php on line 31

    Fatal error: require_once(): Failed opening required '' (include_path='.:/usr/share/php:..') in ******/blog/wp-content/themes/virtue_premium/functions.php on line 31

    When I’m commenting out the line 31
    require_once locate_template('/lib/revslider-activate.php'); // Plugin Activation
    the site loads again, but only half the way?

    Page URL is: http://www.gpaed.de/blog

    Any suggestions?
    Thanks
    Matthias

    #85895

    Thanks. Updating the max input vars to 3000 fixed the css issue. But the icons for drop down menu and social media are still not working on some browsers. This is the only website that’s giving me problems. I give up.

    #85893

    Hi Ben,

    I am using a plugin and there is something not right with the dropdown-list format. Please see this screenshot.
    Screenshot

    I contacted the plugin author and he sent me the following:

    This is not wpDiscuz and nor browser issue. This is Select2 jQuery code issue. I don’t know this jQuery code is included by active theme or some plugin but I see how silly it tries to replace all drop-downs to a Select2 Style. This is incorrect usage of “Select2 jQuery” code. More information here:
    You should find the “Select2 jQuery” code and remove it or make it more smart. It should be defined for certain select classes not for whole website.
    Also adding this jQuery code in footer template file may help to solve this issue:
    jQuery(document).ready(function($){
    $('select').not('.wpdiscuz_select').select2();
    });

    Before I play around with my other plugins to find out the cause, can you please let me know if this could be related to Virtue Premium theme coding?

    Thank you,
    Jay

    In forum: Virtue Theme

    In reply to: Home Page Video Image

    #85892

    Hi Ben,

    Max upload was set to 40M (changed to 100M).

    Regarding the video posts, I am confused. Before the site crashed, I never set a “featured image” for video post. Set the “Standard Post Options” as “Head Content” and “Post Summary” to video. Then put the “If Video Post” link in. This is how your example “You Tube Video Post” is setup. Now that is not showing either on the home page. But if I click the link to the actual blog post, the video is displayed. Are you saying that a featured image is required? If so, I would I display the video image on the “featured image”? On previous themes, for a post on the home page with a video, it rendered an image of the video ready to go.

    Please note that I am referring to the home page layout, using the home layout manager with the “Latest Blog Posts” enabled.

    #85883

    Hi Ben,

    I recently installed SSL on my website and now the image icons are broken.
    It does work though if I click on the broken icon, but it does not show up as the true image.
    Hard to explain but I sure hope you understand me.

    See the 2 image icons under the main image in this page.
    Broken image icon

    This also happens in my backend, all the image icons are not showing up and are displayed as broken.

    As always, thanks for your superb support.

    #85882

    Emergency over!!!

    Found the problem and solution on the wordpress forum. Basically it comes from using the WooCommerce Product Archive Customiser plugin. Nothing wrong with it per se but ocasaionally something causes it to go screwy. (I was updating some Yoast settings on a product at the time when I noticed it so maybe that was it.)

    The solution is just to resave the settings at WooCommerce>Settings>Products> (find the “Product Archives” heading on that page).

    Apparently this also applies to the WooCommerce Product Details Customiser plugin by the same author!

    I’ll be carefully rechecking the site (not just the actual product page) all the time now!

    Cheers, Colin

    In forum: Virtue Theme

    In reply to: Creating a portfolio

    #85880

    the perma link that is being generated within the site for the portfolio page is http://www.ablecontracts.co.uk/index.php//portfolio/mondayport1/ but other pages which can be viewed i.e.. posts use
    http://www.ablecontracts.co.uk/index.php/%year%/%monthnum%/%day%/%postname%/

    Is the portfolio url adding // instead of / between index.php and portfolio.
    Have I clicked on something to change the way the urls are created? And should I reinstall wordpress and virtue to build the site more constantly?

    Plugins activated are: Black Studio TinyMCE Widget
    Cyclone Slider Pro
    Kadence Slider
    Page Builder by SiteOrigin
    SiteOrigin Widgets Bundle
    Slider Revolution
    Spacer
    Title Remover
    WooCommerce
    WordPress Importer

    In forum: Virtue Theme
    #85878

    If you could give me this js with the arrow style opening of photos, I guess that would be less harm.
    This is a url of my site, with a product with 2 pictures, that open separately.
    Virtue’s lightbox is enabled at this moment.
    http://www.rebootyourpc.gr/proionta-eshop/acer-aspire-4740-4740g-fan/

    #85877

    Hi Ben

    This has started to appear behind every single product on an archive page:

    <b>Warning</b>: Division by zero in <b>/home/gallery/public_html/store/wp-content/themes/virtue_premium/woocommerce/content-product.php</b> on line <b>46</b><br />
    <br />
    <b>Warning</b>: Division by zero in <b>/home/gallery/public_html/store/wp-content/themes/virtue_premium/woocommerce/content-product.php</b> on line <b>49</b><br />

    So not in the child theme changes I did.

    It is a live site so the client wants it fixed quick!

    Cheers, Colin

    #85875

    Hi guys!
    I have standart gallery on my site:
    When I resize browser to mobile view lightbox works good. But on mobile device lightbox shows under photo thumbhails.

    Please, help me to fix this bug.
    Thanks!

    In forum: Virtue Theme
    #85862

    Hi,

    I have problems with making my site mobile responsive. I don’t know css at all, the few bits that have been used there have been found from your support forums. Perhaps the css is making it impossible for the mobile version to be responsive?
    The logo in front page is huge, the slider is small but writing on the slider is massive, the menu only shows half the pages in dropdown, and the footer is also very big. Please help to fix this, thank you!

    kukutrading.com

    Thanks!

    Mona

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

    Since the add-to-cart.php is no longer in the parent, and if it is removed, will the site lose the benefit of the function that was created? I suspect so.

    1. The function shouldn’t have even been in the add-to-cart.php file if it’s there it shouldn’t be.

    2. You can’t have a function in a css box. You have to have a child theme if you want a function.

    3. You should keep the child theme, make sure the function is in your functions.php file and remove the woocommerce template.

    Ben

    #85837
    This reply has been marked as private.
    #85833

    Correct….I can make the changes but they don’t show up on the website. Yes, I am using WP Super Cache. Should I remove that plug in?

    #85831

    My ‘M-O’ is to keep things simple. Managing a child is sure to stymy, given the unfamiliar territory.

    So, I have to look at all the options here.

    Since the add-to-cart.php is no longer in the parent, and if it is removed, will the site lose the benefit of the function that was created? I suspect so.

    I believe this function coding accommodated a default to the phrase ‘Price on Request’ under any item if there was no price entered in Edit ProductProduct Data section. It may have also done away with the ‘Add to Cart’ notation on the product as well. (Note, I can’t remember how everything looked before the the function was created) Is there any work around using code in the custom css box in theme options?

    The market for our goods is extremely volatile and we will have Price on Request for most of them in the foreseeable future.

    Any advice would be appreciated.

    In forum: Virtue Theme

    In reply to: installation problem

    #85823

    Hey,
    You don’t get a activation code when using the slider through a theme license. When you purchased a theme you got access to use the plugin on one site through the themes license. This is separate from direct licensing from the plugin authors and there has always been a way for you to enter a purchase code if you wanted direct support and updates from the plugin authors (on previous versions of the slider it was hidden by default).

    Recently the revolution slider plugin authors have made a push to offer some special things if you get a license directly from them. Things like direct updates from them instead of having to get updates as the theme updates. and direct support from them, they also started offering some demo sliders that they are calling “premium templates” and this is just a quick way to add some demo sliders that you can copy into your site. These are only accessible if you purchase directly from them. But you can download demos here for free: http://revolution.themepunch.com/free-slider-exchange/

    Ben

    #85818

    Hey,
    In your theme options > advnaced settings: custom css you seem to have this:

    
    div.siteorigin-panels-stretch.kt-panel-row-full-stretch.panel-row-style {
        visibility: visible;
        width: 1349px;
        border-left-width: 0px;
        border-right-width: 0px;
        background-color: rgba(12, 12, 12, 0.49);
        margin-left: -104.5px !important;
        margin-right: -104.5px !important;
    }

    Remove that.

    Ben

    In forum: Pinnacle Theme
    #85816

    Hey,
    I’ve updated this a little bit.

    .topbar_social_area .siteorigin-widget-tinymce.textwidget {
        float: right;
    }
    .topbar_social_area .siteorigin-widget-tinymce.textwidget p {
       margin-bottom:0;
     line-height:40px;
    }

    Ben

    #85814

    1. That would be css. You would just add css to change what you want.

    2. on your site you have the topbar background set to the same as the rest of your site? since that is the same as the color you can’t see it.. just add this css in your theme options:

    .topbarmenu ul li a {
        color: black;
    }
    

    Or add cart as one of your menu items.

    3. There isn’t a simple way to do this, you are much better off working within the woocommerce template system. You can woocommerce has a shortcode where you can add the “add to cart” button to any page but note that you will be making a second page. You can’t remove the normal product page or normal shop/categories pages.
    https://docs.woothemes.com/document/woocommerce-shortcodes/

    Ben

Viewing 20 results - 28,461 through 28,480 (of 39,333 total)