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

    In reply to: Banner width on right

    #65074

    Hi Ben
    The website is in maintenance mode as there is missing info yet – can I send you a screenshot somehow?

    In forum: Pinnacle Theme

    In reply to: Pinnacle update

    #65069

    ok,

    You haven’t ran the woocommece database updater.. why not?

    You can look in your woocommerce > system status and your max memory is showing at 40mb.. so if you increased it to 128 it’s not taking effect on your site.

    Did you update that in your php.ini file?

    Have you looked in your php error log file?

    Ben

    In forum: Pinnacle Theme
    #65060

    #1–Hannah, your code did not work. Text was not wrapping and was positioning under the sidebar I am using on the Home screen. I actually went back to the settings as recommended in the Kadence tutorial for setting up a blog site. Then I used a Custom Link in the Menu settings to link to the correct Home screen layout. All is well here.
    #2–Ben, I think I’ll give up on a customer menu for now. Perhaps I’ll come back to that later after I have more experience.

    Thank you both.

    In forum: Pinnacle Theme

    In reply to: Pinnacle update

    #65059

    Hi Ben,

    I absolutely agree. I trust your themes 100% and i dont want to change exactly because they are good, easy to use, works well and you and hannah are always here for us. As I said since the first post, i dont think it is the theme to blame for at all but justhost insists that it is the problem. To be pretty honest, every time that i call them for any issue they say ”its the theme”.

    I have enable the most of the plugins at for some miracle reason it back to work for 5 minutes, then for the next minutes the site will give me a blank page with a message [an error occurred while processing this directive]

    At this second is not opening, but i dont know for the next 5 minutes….

    I just made you an access and just sent you an email with the login details 🙂

    Once again, Thank you very very much 🙂

    Pip

    In forum: Pinnacle Theme

    In reply to: Pinnacle update

    #65050

    Ok, Just to be clear there are hundreds using this theme. No one else is seeing this so it being the themes issue is silly. But I’m certainly able to help. Send me access to your site.

    I’ll need a login for the wordpress.

    My best guess right out is that your server is crashing due to an internal php error or an issue of hitting your php limits. Can you tell me what the php max memory for this site is.

    Ben

    #65030

    Thanks to you I’m making website quite easily.
    As you could see on my site. here
    Titles of portfolios shows when mouse pointer in on them.
    Is there way to show fixed title ?

    Best regards,
    Hee Jae

    #65012

    It works for me, just not with Chrome within X hours of making the change (not sure how long that is, TTL setting in domain’s DNS?). Did you try restarting /opening in another browser/logging out and viewing your site? Also, type in your build site at kproxy.com and see what the world will see without browser caching.

    It seems to be a caching thing, although clear cache fix doesn’t do anything. The good news is it is not a permanent problem, for me anyway. It is frustrating though, with the “Preview Changes” function especially.

    I also use “Use Any Font” plugin on my last site and Chrome STILL insists on showing me the version without my custom font. I haven’t gone around computers that didn’t have anything to do with the building of the site, so… I am keeping my fingers crossed, and I haven’t heard from the client on it, which, with this one, I definitely would have…

    #65011

    Hi Nathan,

    I have this problem also – as I haven’t published my site yet I chose to disable this feature until I can figure out what’s wrong.

    Looking forward to seeing if there is a fix.

    Victoria

    In forum: Pinnacle Theme

    In reply to: Pinnacle update

    #65010

    hi hannah, the issues back today. but instead to be only in chrome and gadgets, i cant open in any.

    Im online now with justhost who wrote:

    Kai

    Sorry for the wait. It looks like the theme you’re using for your site is causing performance issues.

    1:26:09amKai

    You can try increasing the PHP timeout for the domain, or contact the theme developers for assistance with their theme.

    Im trying the php but apparently isnt helping….

    I will keep you updated:)

    best

    Pip

    In forum: Virtue Theme

    In reply to: Mobile footer

    #65009
    This reply has been marked as private.
    #64999

    Hey,
    So that sounds like your hitting the resource max on your site. Contact your host and ask theme to increase your max memory and execution time in your php.ini settings.

    Ben

    #64979
    This reply has been marked as private.
    #64975

    Yep that is exactly whats happening. Thats an odd way to set up a site. Why not just point the domain to the right folder and set the database to use that url?

    Ben

    #64971

    Hey, well without logging in I can tell you that your using 4.3.0 of rev slider on the site. You need to update that. Looks like your using a differnet theme there so did you purchase the slider or does that theme bundle it? Regardless for it to work you need both sites to be using the latest..

    Which is 5.1.

    On your second site you have pinnacle installed but you need to go to go to appearance > theme recommended plugins and update the slider.

    Ben

    #64970
    This reply has been marked as private.
    #64951

    PCMGA,
    You can do this using a shortcode like this: [blog_posts items=1 type="normal"]
    Then you could just paste that into the visual editor or a visual editor widget.
    In the future please start a new thread and provide a link to your site.

    Hannah

    #64933

    Hi!

    As you see on my site – the add to cart buttons are not always visible on the first page, it is a hover effect, I want to get rid of the hover effect completely.

    In my localhost test environment I have succesfully made the button always visible with a cool gradient color effect using this custom CSS:
    .product_item .kad_add_to_cart {
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(left, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
    background: linear-gradient(to right, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
    }
    .product_item.hidetheaction .kad_add_to_cart {
    display: none;
    }

    However, the hover effect still sets in when you put the cursor on the box. Can I somehow make the box to always have this gradient look and without the hover effect?

    Please advise! 🙂

    In forum: Pinnacle Theme
    #64931

    Hello Hannah and Ben,

    i already solved the Woocommerce problem.
    But we see another problem.

    if you watch the site on mobile device, then the menu will close directly after you click it.
    This problem is on iOS and Android Phones.

    site

    #64930

    hello, i am having some problems with my virtue premium website

    one of the most important, in that moment, is i can’t make a page that shows a grid of posts that share one category

    example:

    this is the project of my website:

    and if you click at link “mountain bike” category, at the footer (bottom left), it opens a white page 🙁

    this one:

    it didn’t happen with the free version
    do you have any idea about what it could be or if it does have solution?

    thank you very much

    sergio

    In forum: Virtue Theme

    In reply to: Duplicated content

    #64922
    This reply has been marked as private.
Viewing 20 results - 31,521 through 31,540 (of 39,333 total)