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 'widget '
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Multiple buttons in widget in top bar
Unfortunately still not working. The only thing I had taken out was the margin, padding and height from my code. I’ve added it back in and added both your codes. Here is what is there now:
.topbar-widgetcontain.widget-4{
width: 120px;
height: 25px;
margin-top: 0px;
padding: 0px;
}.topbar-widgetcontain.widget-4 .icon-phone:before {
top: 3px;
position: relative;
width: 120px;
}.topbar-widgetcontain.widget-4 .icon-phone:before {
top: 3px;
position: relative;
padding-left: 3px;
}You can see the phone number is still at the bottom. Maybe it just can’t be moved?
In forum: Virtue ThemeIn reply to: Multiple buttons in widget in top bar
It looks like you changed the CSS since I posed that, I didn’t remove any previous CSS when i came up with that, so you need to leave whatever is in there.
Try adding this CSS as well as whatever was already in there:
.topbar-widgetcontain.widget-4 .icon-phone:before { top: 3px; position: relative; padding-left: 3px; }-Kevin
In forum: Virtue ThemeIn reply to: Multiple buttons in widget in top bar
In forum: Virtue ThemeIn reply to: Multiple buttons in widget in top bar
I’ve been working on it, but I can’t seem to get rid of the space above it. I’d also love to color the text yellow and make it larger, I just haven’t added that into the css. Below is the css for that one:
.topbar-widgetcontain.widget-4{
width: 120px;
height: 25px;
margin-top: 0px;
padding: 0px;
}Help? lol
In forum: Virtue ThemeIn reply to: Migration from virtue free to premium
Hi Jacek,
You will have to update your menus and widgets. Check out “Upgrading Free to Premium” here:
https://www.kadencewp.com/installing-virtue-premium/Hannah
In forum: Virtue ThemeIn reply to: Multiple buttons in widget in top bar
October 4, 2018 at 9:21 pm #203397Add this in your theme options > advanced settings > custom css box and let me know if it’s what you are thinking:
.topbar-widgetcontain { display: inline-block; margin-top: 0; margin-right: 3px; } @media (min-width: 768px) { .kad-topbar-right { width: 75%; text-align:right; } .kad-topbar-left { width: 25%; } }Ben
In forum: Virtue ThemeIn forum: Virtue ThemeOctober 4, 2018 at 12:00 pm #203363Then incremental updates wouldn’t have made a difference in this case about the virtue_calltoaction_widget change to newer kadence_calltoaction_widget.
perhaps, again I would need to run some testing to learn more.
Let me know if I can help with something.
Ben
In forum: Virtue ThemeOK great thanks,
Then incremental updates wouldn’t have made a difference in this case about the virtue_calltoaction_widget change to newer kadence_calltoaction_widget.
But it would help in the case of this.
Plus when you do update more things have to change, there is the moment after updating where things that would normally run spread out have to run all at once.
In forum: Virtue ThemeOctober 4, 2018 at 11:34 am #203357if so would it be advisable to update the site through the list of interim updates sequentially to bring it up to date rather than all in one big step like this?
not really. that isn’t quite how it works. Usually, in terms of the theme, you would be ok, some plugins could benefit from that simply because there would be less database updating to do so less chance of a failure. I’m not entirely sure why your call to action failed to update, it would require more investigation but I doubt jumping through theme versions would be the solution. especially since widget areas wouldn’t really get updated by changing theme versions.
The most advisable thing I can suggest is not to get that far behind. being a couple months back is one thing (although not smart) but if you are not updating your plugins and WordPress for over a year then your opening yourself to serious security issues. Issues that are posted publicly after updates come out.
Plus when you do update more things have to change, there is the moment after updating where things that would normally run spread out have to run all at once.
Ben
In forum: Virtue ThemeGreat thanks for the offer Ben, but I should be OK. The site’s on a local dev system and not yet online. There aren’t that many instances of the widget. I can use amr shortcode any widget to list them and then I can just manually update the shortcodes to point to the new widgets.
I tend not to update too frequently because every time I update I typically have to go through and fix a bunch of stuff that changes on the site. So I tend to only update everything when I’m ready to make changes to a site anyway. I copy the site to a local dev system. Then I bring everything up to date: WordPress, plugins, themes. Then I update the child theme to fix what changed, and then make my new changes to the site before putting it back online.
In forum: Virtue ThemeOctober 4, 2018 at 9:35 am #203341ok, that is strange. Well glad you found it if you need a script to convert this widget I could probably create one with access to your site and ftp.
I suggest in the future it would be better for you to stay up to date so you’re not dealing with this big jump. version 4.1.8 was from may of 2017.
Ben
In forum: Pinnacle ThemeIn reply to: Category not shown in Pinnacle Carousel widget
Hi Kevin,
First I created the PERU MAPS category and it was correctly shown in the category page list but not shown in the widget list. So
I cleared the Chrome cache but no changes happened. Then I created the second category MAPS – PERU with another slug. Once more it’s correctly shown in the Category list but not in the widget category list.
So I wrote you.
I have made no variations to children theme at all and Pinnacle it’s updated to latest version 2.2.8
AngeloIn forum: Pinnacle ThemeHi Ben,
Please, can you see why I cannot see some categories in the Blog list of Pinnacle Carousel Widget?
I created two different Categories one is PERU MAPS, the second MAPS – PERU with different slugs of course but neither of them appear in the dropdown menu list of the Pinnacle Carousel Widget I’m using in the home page.
Please, go to widget page and check the second carousel widget which is titled PERU MAPS & MOST RECENTLY ATTRACTIONS and you see that the above categories are not listed in Blog list.
Thanks
AngeloIn forum: Virtue ThemeHi Folks,
I am putting the finishing touches to a website – URL: *Login to see link ductions
In the second footer widget, I have placed a footer navigation menu.
I have attempted, without success, to format this nav-menu so that it looks and reacts the same as the other hyperlinks in the other footer widget areas.
Can you tell me what I have got wrong, please?
I cannot copy/paste my custom CSS in this form – it is being rejected by your firewall, but I can share an access ID to view my attempted CSS.Many thanks
JIn forum: Virtue ThemeOK, that looks like what the problem was regarding the missing call to action widgets.
It seems that old virtue_calltoaction_widgets from Virtue Premium 4.1.9 fail to load into the newer kadence_calltoaction_widgets in 4.8.0. I had to create new call to action widgets in VP 4.8.0. Once I created new widgets they worked fine with amr shortcode any widget.
Next I’ll track down what’s going on with the custom cropped portfolio thumbnails that got lost during the update.
I’ll start a new thread about those to keep the issues organized here.In forum: Virtue ThemeThis may not actually be related to amr shortcode any widget and may be an issue with the virtue call to action widget update.
I moved the virtue call to action widget to a plain sidebar in VP 4.1.9 to test it. I switched to VP 4.8.0 and disabled all plugins and the existing virtue call to action widgets didn’t come back in any of the sidebars or the inactive widget area. The Virtue call to action widget template does show up in the available widgets area though. So I’m creating new virtue call to action widgets to use. When comparing the old widget settings from VP 4.1.9 and recreating them in VP 4.8.0 I noticed there are more options on the new virtue call to action widget. I also noticed that the ID of the widget changes from virtue_calltoaction_widget to kadence_calltoaction_widget.
Maybe the older virtue_calltoaction_widget settings are just not loading into the new kadence_calltoaction_widget when upgrading from 4.1.9 to 4.8.0?
In forum: Ascend ThemeIn reply to: Call to Action Text
In forum: Virtue ThemeIn reply to: Change Footer Titles to H6 tags?
In forum: Virtue Theme -
AuthorSearch Results


