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 '
-
AuthorSearch Results
-
In forum: Ascend Theme
In reply to: not working: edit row > right-to-left
In forum: Ascend ThemeHi Guys,
If I’m not mistaken when in Page builder and you have a row – you can go into Edit Row and while in there you can change the left-to-right to right-to-left.
It doesn’t change anything…?
I thought it changed the ordering when you reduced to mobile?
I want the desktop to display the column order that is displayed in the page builder (ie left column on left of screen and right column of right of screen).
But I thought in changing that setting to right-to-left it put the right column top and the left column underneath for small devices?
Thanks in advance,
In forum: Ascend ThemeHello,
i made this site http://www.littledreamstrani.it.
In homepage for text and image row i have used this method:
1) page builder site origin 1 row 100% with 1 cell.
2) Text editor widget in which i write the text and add a media image aligned on right.
In responsive mode, how i can control the collapse order? now in responsive i have first the image and then the text, how i can obtain before the text and then the image?
Follow a private reply with login data.
Thanks and regards
In forum: Membership ForumsIn reply to: Image overlay
This reply has been marked as private.September 12, 2019 at 1:13 am #237409In forum: Virtue ThemeIn reply to: CSS: header background image on a POST
September 11, 2019 at 3:18 pm #237397Hey,
I’m not sure what you are wanting to target on this post. a post doesn’t have the same page header area as a page.Also anytime you reference an image you should use absolute URLs, so try this:
.postid-9144 .single-article article header{ background: url('https://socialwork.uky.edu/socialworkwp/wp-content/uploads/2019/07/downtown-wide-low-level-page.jpg'); width: 100%; top: 0; left: 0; padding-top: 0px; padding-bottom: 85px; }Ben
In forum: Virtue ThemeIn reply to: CSS: header background image on a POST
Hey COE,
So the issue isn’t your page id, but that your posts do not have page headers like pages do. Try using this css:.postid-9144 .entry-content h1 { background: url(/wp-content/uploads/2019/07/downtown-wide-low-level-page.jpg); width: 100%; top: 0; left: 0; position:absolute; padding-top: 0px; padding-bottom: 85px; }Does that work for you?
Hannah
In forum: Virtue ThemeIn forum: Membership ForumsTopic: Image overlay
September 11, 2019 at 1:50 pm #237383I’m experiencing odd behaviour with image overlay. When I use an image with a straightforward image block it will centre in the window no problem. If I use the same image with Image overlay, it moves to the left. I have the ‘Align Centre’ icon selected but it makes no difference. If I select ‘Wide width’ it moves to the centre.
I’m using Ascend premium, no plug-ins other than Kadence, Siteorigin, classic editor and Wordfence. I’m new to Kadence and I’m finding it frustrating not being able to get past this. There’s nothing else on the page other than header and footer so I’m stumped. Any thoughts please?
In forum: Virtue ThemeI’m trying to put a background image on a POST, similar to what I have below on a PAGE:
/* Header Background on specific page, only */
.page-id-491 .page-header {
background: url(/wp-content/uploads/2019/07/downtown-wide-low-level-page.jpg);
width: 100%;
top: 0;
left: 0;
position:absolute;
padding-top: 0px;
padding-bottom: 85px;
}I’m not sure exactly what I need, I’ve tried several variations, including substituting .postid-9144 for .page-id-491.
Thank you,
Jon
In forum: Virtue ThemeTopic: Update Revolution Slider
Hi,
I have a problem updating Slider Revolution, which was bundled with the Virtue theme when I bought it in February 2015.
I am currently running theme version 4.9.15. Updating Slider revolution worked until version 5.4.8.1 through the theme plugins page, but that option disapeared. Is there any solution to this problem?
Thanks.
In forum: Ascend ThemeI am trying to add a Kadence Testimonial block to a page. I want to display a carousel of all the testimonials assigned to a certain testimonial category.
In the Block settings, I see hundreds of settings that control the display: *Login to see link
I do not see any settings that allow me to select the testimonial category that is the source for the block.
In forum: Virtue ThemeIn reply to: Slider showing on page with no slider
I appreciate the amount of detail here, it’s very helpful.
Since the issue doesn’t occur on this page in copies of the site that are using an imported copy of the same database, it sounds like this “internal note within WordPress,” which connects images uploaded from a page when attempting to insert a slider, doesn’t copy over to cloned sites?
And since the action of uploading didn’t occur in the clone sites, there is no internal note in WordPress connecting those images to that page (?).
Thanks if you can confirm the above, or clarify further.
I had not expected any deviation in behavior between the original site and clones, so this was a surprise.
In forum: Virtue ThemeIn reply to: Feature Page Options – not updating
September 10, 2019 at 12:29 pm #235639Doh… very sorry… I changed the home page from one page to another, so completely overlooked this !
Many thanks.
In forum: Pinnacle ThemeIn reply to: Very bad Pagespeed performance
September 10, 2019 at 12:12 pm #235636Hey,
I suggest reading this: https://www.kadencewp.com/need-for-speed/Also to clarify, AMP is not for normal page speed, amp only creates a “amp” version of your posts/pages and those are completely separate pages from your normal pages. Google can choose to use those in search results.
It looked to me like you desperately need to optimize your images for web and add caching.
Ben
In forum: Virtue ThemeHi Ben:
Thanks, that makes sense.Here are the references:
https://themeisle.com/blog/import-wordpress-content/
“Remember that once you export content from one site, it will be removed completely.”https://tangiblewords.com/things-you-need-to-know-before-you-use-wordpress-export-function/
“4) When you export in WordPress–you lose the posts. They no longer appear on your original site, so MAKE SURE you do not go into the new site and start permanently deleting posts you don’t want. You will lose your posts and pages!”(same blog) https://tangiblewords.com/warning-beware-wordpress-export-for-business-blog-posts-and-pages/
“When you export your website in WordPress you are effectively moving your website to a new site. No questions asked.
WordPress “export” takes all of your posts and your pages and “exports” them to a downloadable file. That’s all good with me, but THEN, WordPress’ Export takes “exporting” too far: WordPress Export DELETES your original site!”Perhaps those sites are talking about an early version of the plugin (one blog post is from 2010). I guess you can’t believe everything you read on the web! 😉
In forum: Virtue ThemeIn reply to: What URL for Register Page?
September 10, 2019 at 11:35 am #235623If you are using woocommerce registration can take place on the my-account page. You just need to enable that in your woocommerce settings. There is no /register/ page unless you create one and add a form there.
Ben
In forum: Virtue ThemeIn reply to: Feature Page Options – not updating
In forum: Virtue ThemeIn reply to: Slider showing on page with no slider
September 10, 2019 at 11:30 am #235618Hey,
When you upload images to your site, if you upload from within a post or page they are assigned as “attached” to the post or page. It’s just an internal note within WordPress that says that is where the images were originally uploaded.When you select to show a slider it’s assumed you want to show a slider so the theme first looks to see if you have added images in the slider image meta area, if you have not then the fall back is to check to attached images. Or in other words, images that have been uploaded to that page or post. If it finds attached images it will use those to create the slider you have selected to show.
If you are building a page and do not want a slider to show then it’s best to not select the featured template with a slider setting.
Does that clarify?
Ben
In forum: Virtue ThemeTopic: What URL for Register Page?
In forum: Ascend ThemeHello,
I’m sorry to post this question but I have a space between my left sidebar and my row layout content in my portfolio page.
I give you a screenshot. I just want to reduce the space I’ve draw in red on the screenshot.If I remove the “relative positionnement” as on “capture3.jpg” I have what I search.
I feel there is an easy way to do it but I can’t find it…
Thank’s for you answer.
Clem
-
AuthorSearch Results


