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 'post'
-
AuthorSearch Results
-
In forum: Pinnacle Theme
In reply to: 360 Render full width as portfolio post
I’m not sure that you’re able to make that module any larger with CSS. It will likely have to be done when you add the image to your page, or when you create it. I was able to only come up with CSS that makes the image centered.
.entry-content { width: 100%; float: none; } div#container985_983 { margin-right: auto; margin-left: auto; }If you can post a temporary login with a private response, then I’ll take a look at how it’s added to see if I can figure it out that way.
In forum: Virtue ThemeHi,
1. Not sure how to explain this…I can’t recreate for you…all I can say is I have firefox open and about 5 other windows with other website including your site kadencethemes.com…So while I work between my wp admin making changes and then checking my site to make sure its has been updated correctly, what is happening is for example I writing this post and just went back to the window of my site the shop page in particular, I see either all black or a bunch of lines and then the shop page images appears a split second late in proper form. The same thing occurs when I go back to my home page (I’m not clicking to load a page just clicking on the window if you know what I mean).
I thought that it may be my macpro retina that is causing the issue, but no it is 110% the them because every time I do the same and go to other open windows of other sites including this one everything is normal.
2. I added a woocommrece search widget and every time I write text it says : An error occurred. Please try again. I do find that the search works but also loads products that are unrelated to the search, I had the same issue with you search so I changed to woocommerce. I just want a search to provide true results. So when I for example type : Love All, I get all the products with the name or the name love, but the search gives me other products like Namaste which has no love tag and some other products that aren’t correct.
ThanksIn forum: Virtue ThemeIn reply to: Logo size
May 20, 2016 at 9:49 am #95842Sure can you post a link? Or do you know the percentage you want?
Ben
In forum: Virtue ThemeIn reply to: Mobile Issues
In forum: Virtue ThemeIn reply to: A few questions
May 20, 2016 at 9:47 am #958391. I’m on a retina screen and I’m not seeing any blur? Can you post a screenshot?
2. Use the product gallery. In your woocommerce settings > products > display. you can set the thumbnails to match the single product image size.
3. You would need to use a plugin.
4. I’m seeing:
.on( 'change', '.variations select',There is no select when your using radio buttons. Try this:
.on( 'change', '.variations input[type="radio"]',Ben
In forum: Pinnacle ThemeIn reply to: About Demo Page – Pinnacle Premium
Hey Lydia,
The staff feature is set up the same as the portfolio. You have an actual staff page that uses its town page template, then you have staff posts that make up the grid on the staff page. Does that make sense? So to edit the grid page go to Pages from your admin and find the Staff page (assuming one is already created). Ensure this page is using the Staff Grid page template.Hannah
In forum: Pinnacle ThemeIn reply to: Header configurations
In forum: Pinnacle ThemeIn forum: Pinnacle ThemeHi i want the image on the page to be full width. Its a 360 render of an interior (you can click and drag to look around)
Password: 360
360 renderHow can i get this full width/full height? This a portfolio post and the image is added as media at the top because its not a standard image. (ggpkg file)
In forum: Virtue ThemeIn reply to: Mailchimp Popup code
Hi Ben,
I have added the script using the footer scripts in the theme options (same result no pop up and site element dont load).
I looked around and found someone talking about this solution: https://www.organicweb.com.au/19561/wordpress/mailchimp-popup-instructions/
I followed the instructions the pop up still doesnt load and the site is still messed
I don’t know what is causing the site to break nor do I understand the intricacies of javascript code, so i wouldn’t know if it is correct or not, but it is the official script that is supposed to work on all platforms (I also provided you with the mailchimp script in the post before so you could investigate)Please visit my website (https://www.designedtolife.com/) to see the problem and perhaps you will be able to offer a solution or fix for this issue once you see it in action and are able to troubleshoot
Thank you,
Georgiy
In forum: Virtue ThemeIn reply to: problem loading image on Safari and Chrome
In forum: Virtue ThemeMay 19, 2016 at 7:05 pm #957723. In the editor… click on the “visual” tab instead of text.
6. You don’t need another slider just another slide. Go to the slider you’ve already created and edit it. When there add another slide.
7. Add a menu item called signup and then post back I can help with the css.
Ben
In forum: Virtue ThemeMay 19, 2016 at 6:01 pm #957673. Maybe this image will help?: http://postimg.org/image/j3rplhidd/
6. You control the sliders where you create them. For the Kadence Slider you need to control in the Kadence slider area. Currently the slider I see in assigned to your shop page has only one slider.
7. You would need to make two menu items if you wanted to do that. Show one for logged in and one for logged out.
You will need to hide one depending on the user with css and the .logged class.
Ben
In forum: Pinnacle ThemeIn reply to: staff lightbox
In forum: Pinnacle ThemeIn reply to: Mobile Navigation Not Appearing
In forum: Virtue ThemeIn reply to: Products not showing when out of stock
In forum: Virtue ThemeIn reply to: Mailchimp Popup code
I have the same question:
How to add the mailChimp Pop-up code.I have tried to add it as a text widget in the footer and it messes up other elements on the page from loading (eg. on the home page the latest blog posts, featured shop items widgets stop loading, on other pages all links become broken).
It seems to work if you add the script to an individual page, but not as a widget. Are there any other ways to add it to the whole site?
Thank you,
Here is the script that mailchimp provides (have to break the script tags so that i can post this message):
script type=”text/javascript” src=”//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js” data-dojo-config=”usePlainJson: true, isDebug: false”
/script
script type=”text/javascript”>require([“mojo/signup-forms/Loader”], function(L) { L.start({“baseUrl”:”mc.us7.list-manage.com”,”uuid”:”aa2c46ecbcb864f37080d7ee2″,”lid”:”dc0f78a492″}) })
/scriptIn forum: Virtue ThemeIn reply to: Custom Carousel Row Height
Ben, thank you. Do I add the code in red to the css box on the theme options page?
Yes, I’m using the custom code I found in another post except I changed it to 2 columns:
[custom_carousel columns=4 speed=9000 scroll=1]
[carousel_item columns=4]
Item 01 – Add your info here
[/carousel_item][carousel_item columns=4]
Item 02 – Add your info here
[/carousel_item][carousel_item columns=4]
Item 03 – Add your info here
[/carousel_item][carousel_item columns=4]
Item 04 – Add your info here
[/carousel_item][/custom_carousel]
In forum: Pinnacle ThemeI always get my product picture outside image frame on my online store. It is Single product image
I have been trying to change the size. My image size that I use is Dimensions: 2272 × 3246Maybe I need to take new product images?
Pinnacle Theme Premeum
In forum: Virtue ThemeIn reply to: Can't make the CSS take in the Theme Options
May 19, 2016 at 11:01 am #95694If your using caching (wp-super-cache) you would need to clear your cache manually.
Else post a link and what css your adding.
Ben
-
AuthorSearch Results


