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 'page '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 13,921 through 13,940 (of 53,646 total)
  • Author
    Search Results
  • #213128

    Hi! suddenly since a few days ago my order numbers started jumping and lost sequence,(not like losing one number but big jumps) it is still increasing in number but very erratically assigned.
    if before it was 6112 6113 6114 6115…..now is 7843 7921 8567 8893 9568 10536 11523
    unless someone is making changes every second in my page why would the numbers make those big jumps?

    is anyone experiencing something like this? might this be related with last wordpress update or with child theme? any ideas how to fix this?

    link to my site http://www.ponponi.co.il

    thanks!

    In forum: Ascend Theme

    In reply to: Unable to save posts

    #213126

    The same here with pages, go indefinitely, problem with the theme or WordPress?

    #213125

    Hi,

    where can i change number of products per page?

    Best,
    Luke

    In forum: Virtue Theme

    In reply to: Link to tab?

    #213124

    Hello Ben,
    Thanks for the extra JS. I moved it plus the older script into Footer Output and it works, mostly.
    Problem: JS-caused scrolling doesn’t reveal the pageheader: the tabs are at the visible top. A minor point I admit, but so much of WordPress and themes is all about cosmetics. This may have something to do with the “sticky header,” a term which is new to me. Any tutorials on this?

    (I won’t send you my JS because last time I tried Sucuri decided I was being naughty and blacklisted one IP address or another, and I couldn’t send any messages at all via this forum. It seems to have worn off, somehow.)

    #213122

    Happening on all website pages.

    #213121

    Am hiding page title but am using H1 title in Site Origin. Used to show up perfectly. Somehow sticky turned off, turned back on the still have problem.

    Bring up then note page title, then page down then back up and you will see only part of the page title. This used to work just fine. Added no custome CSS at all.

    Thanks alot.

    Jerry

    #213119

    Hi all, I have a problem with the view in a Virtue pro theme. Under 990px the product icon image are too low, in a bad position and ll the page is not corrected viewd.
    If you need I can give a link of the web site…. Please help me.

    #213106

    Hi team

    In this forum post, you helped me get rid of the white between the margins of a site origin widget and the pink background of the site. This was on the home page.

    How do I get the same effect on other pages? Like here ? (scroll down to the pink block that says ‘what others say about the book’)

    Thanks!
    Leila

    #213104

    Hey Ben,

    I suspect my site was hacked but not sure.

    A guy from Fiverr was helping me to monetize my site yesterday and he finished last night. When I went in to check I’ve noticed 3 posts regarding travel tips which weren’t posted by me, and another one in the draft box? Sadly my subscribers received notifications of these posts. I removed it to trash. I have Wordfence plugin installed. It happened while he was working on my site obviously. I’ve changed my passwords. How does a person know who you can trust!

    1) Are the Posts now completely removed as I’ve read a page I not completely removed by lying in Trash and is bad for SEO?

    2) I’ve contacted Bluehost and their security support said ok I’ve been hacked but he didn’t check? He then said that they can remove malware and I need to sign up for a 12-month plan of $70 per month. When I said it is way over my budget he suggested a 30$ per month and later a 25$ pm plan but say it is not as secure? This morning I installed the Sucuri plugin as you suggest on support. Their pro-plan is 299$ per annum. Which one is best and would you say it is a requirement?

    3) I did the scan but is still not 100% sure if my site was hacked? How can I be sure?

    4) Can you please check as everything now looks suspicious to me?

    5) I’ve read you said a person must only use trustworthy plugins. I have so many plugins and trust they are all trust-worthy. Some are maybe not even necessary but as I am still learning all these technical stuff, I am very confused about what is really necessary and what not, any recommendations if you cannot check my plugins.

    6). I have WP Back-up and Updraft installed. The past week I receive errors every day on the Updraft back up (not successful)? How can I check as I don’t see any backups made by WP Back-up?

    Would really appreciate your assistance.
    Thanks in advance

    #213096

    Hi Team,

    Does Virtue theme include a pre-defined layout or template for the organisation’s Team webpage that we can use?

    The existing Team page on our website follows no particular style. Refer

    We would like to make it more user friendly and add a bit of style to it.

    Regards
    Yogi

    In forum: Pinnacle Theme

    In reply to: blog post header

    #213079

    Assuming you want the “title area” background for your transparent header? Because you can turn off the header on posts.
    See here: http://themes.kadencethemes.com/pinnacle-premium/gallery-slider/

    You can make it display none:

    .single-post #pageheader h1 {
        display: none;
    }

    Debated but many SEO people say that is ok and bots will ignore it.

    Otherwise for that setup you would currently need to edit the page template with a child theme. I’ll consider adding a filter for this.

    Ben

    #213075

    Hi! in MOBILE VERSION when choosing product from the forth line down…then when trying to go back with browser or phone button it takes me to the footer like it doesn remember where i was standing in the category page…how can i fix this. (it strangely does not happend with the first three lines of products only from the forth line down..
    Link of category example (happends in all categories):

    In forum: Pinnacle Theme
    #213069

    Dear support,

    Would it be possible to remove the site name from the top right corner? I do not actually need a logo there neither. One additional question, is there a way to remove the white space between the gray text are and the full width Cuban flag? It is around half way on the home page.

    Thank you
    Fabrizio
    http://www.bailalma.com

    In forum: Pinnacle Theme

    In reply to: blog post header

    #213068

    You still have an h1 title on the page, though I’m not sure why SEO Peek isn’t reading it. Could be a cache thing. Ben will correct me if I’m wrong, but I don’t believe this setup will hurt your SEO.

    Hannah

    #213050

    I’m seeing your individual testimonial pages working now. Have you cleared your cache?

    Hannah

    #213045

    The theme has an option to animate in your products (theme options > misc settings) this requires javascript to run. In case someone is browsing without javascript or your site is being crawled by a bot like google that doesn’t run javascript there is animation css that will fade in your items if javascript hasn’t loaded.

    Because your site is taking so long to load before javascript starts running this fallback is happening assuming that the browser isn’t running javascript. So you see the items appear, then javascript finally loads and your images run through the animation of fading in which is causing that flicker or appearance of a second load.

    The image changes sides on mobile because masonry has finally loaded to align the products.

    Overall your site would benefit from performance optimization which depending on your server may or may not be possible for you.

    So you can go into your theme options and turn off “animate in” which will make the load process a little smoother for your site.

    i have also noticed that image slider inside product page is not right i want to slide to the logical side but i need to slide the other side

    Please exaplin this in more detail.

    #213039



    Hi there,

    The above pages use the “staff” function in Pinnacle. They were displaying correctly for a while, but in the last week or two, I noticed the text has fallen out of alignment with the images. I haven’t updated to the new version of WordPress yet, so I don’t think it could be that. I also haven’t added any additional custom CSS since this problem started.

    Any idea what could be causing the problem?

    Thanks,
    Liz

    #213038

    The link to the actual post will be helpful so I can know what site I’m looking for in the search results. I know which site in my search results to be looking for.

    I’d also like to view the page source for your posts so that I can make sure the date is being output correctly in the post for google to read.

    -Kevin

    #213037

    i have also noticed that image slider inside product page is not right i want to slide to the logical side but i need to slide the other side

    #213035

    Hello,

    In WooCommerce> Settings> Products, make sure that you’re not setting your home page as the shop page.

    Does that make a difference?

    -Kevin

Viewing 20 results - 13,921 through 13,940 (of 53,646 total)