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: Virtue Theme
In reply to: blurred thumbnails viewing in gallery
This reply has been marked as private.December 28, 2018 at 5:25 pm #211740In forum: Virtue ThemeIn reply to: blurred thumbnails viewing in gallery
This reply has been marked as private.December 28, 2018 at 5:13 pm #211738In forum: Virtue ThemeIn reply to: blurred thumbnails viewing in gallery
December 28, 2018 at 4:56 pm #211734Hey,
If you send me a login I would be happy to do this for you.Or if you looking at the demos and want to recreate that you can simply need to turn off fullwidth row since the demos don’t have that on for the galleries and that would make your images the correct size.
There has been a lot of talk around with Google browser developers about a responsive image sizes system that works when in a container that can be endless in size but as of right now no browser supports a way to style this for all situations which is why you would need to set the image size when using a full-width row.
Doing it yourself:
In your page where you are working with page builder. Make sure you have added a “visual editor” widget.
When editing that visual editor widget you should see two tabs on the right top corner of the content area one for “visual” and one for “text” click on text and you will see the shortcode and you can add the imgwidth right in there.
In forum: Virtue ThemeIn reply to: blurred thumbnails viewing in gallery
December 28, 2018 at 4:39 pm #211727Hey,
The gallery by default is setup to create images sizes that work for columns within the normal content width. For virtue that is 1140px. So 4 columns inside 1140px and the normal image output is 270px wide. You are adding a gallery to a full width row which means that the default settings won’t work on larger screens where your images need to be set much larger.Using a visual editor widget in pagebuilder click “add media” and create gallery, there create your gallery and once done click on the text tab of the visual editor widget.
Inside the text tab add this to the gallery shortcode:
imgwidth="600"That will tell the gallery to output larger images for your gallery that you are adding to a fullwidth row.
Does that make sense?
Ben
In forum: Pinnacle ThemeHi Ben,
in the list of installed plugin of Pinnacle Premium appears this plugin Kadence Blocks Pro – Gutenberg Page Builder Toolkit with a link for details to *Login to see link which isn’t working anymore.
Please, take note and correct it to redirect to membership or other working page.Regards,
AngeloIn forum: Virtue ThemeIn reply to: Create page within page with new set of headers
I have added content, but it is not appearing correctly.
Here is the webpage again: http://www.johngrahamtours.com/tours/
Here is the text in the Visual Editor for this page:
2019 Tours
[tabs][tab title=”Culture Tours” start=open]
More about culture tours
A Cultural Immersion Tour (Georgia)
Sat. April 20th – Thur. May 2nd, 2019Travel Program… Trade caravans plying the northern routes through the Caucasus brought more than material goods with them: they brought cultural and linguistic influences from far and near, a cultural exchange that is still relevant and present today in the arts of Georgia. Beginning in Tbilisi, we visit the studios of local fresco painters, cloisonne jewelers, stone carvers, felters, and specialty sword-smiths to discover the rebirth of Georgian traditional arts. We visit the opera, rehearsals of traditional folk singers, church services to hear liturgical chant, and rehearsals for semi-professional dance troupes to glimpse the world of the performing arts. The…
[/tab][tab title=”Walking Tours”]
Walking in the Caucasus – East
A Hiking Tour through the mountains of East Georgia (Tusheti, Khevsureti, Kazbegi)Wed. August 28th to Tue. September 10th, 2019
Travel Program… We begin and end the tour in Tbilisi, the capital of Georgia (airport designation TBS) and a beautiful city that featured prominently on trade routes from Asia to Europe. The focus of this unique itinerary will be walking trails in the High Caucasus mountains. We will not be roughing it, however, as jeeps will carry our luggage to the end point, and we will stay in cozy 3-star hotels or best available mountain lodges where a cool beer, a hot shower, and comfortable bed awaits. JohnGrahamTours specializes in the culture of Georgia: therefore, in addition to our walking schedule, there will be an emphasis on visiting medieval churches to see original frescoes, meeting local families to learn about their lives and customs, and experiences with the music and dance of the local people. Read more!
[/tab][tab title=”Private Tours”]
Cathedrals of Tao
A Cultural Tour through the historic kingdom of Tao-Klarjeti (Georgia & Turkey)Fri. May 3rd – Thurs. May 16th, 2019
Travel Program… This unique tour program, featured in the New York Times (June 20th, 2017 issue), focuses on the most important Christian sites in the historic 9th-10th century kingdom of Tao-Klarjeti, the location of a great renaissance of medieval manuscript writing, chant composition, and architectural innovation. Our tour itinerary is organized
[/tab][tab title=”Conferences”]
Conferences
[/tab][tab title=”Choirs”]
Choirs
[/tab][/tabs][siteorigin_widget class=”Simple_About_With_Image”][/siteorigin_widget]
Silk Road Artisans of Georgia
A Cultural Immersion Tour (Georgia)
Sat. April 20th – Thur. May 2nd, 2019Travel Program… Trade caravans plying the northern routes through the Caucasus brought more than material goods with them: they brought cultural and linguistic influences from far and near, a cultural exchange that is still relev
In forum: Ascend ThemeIn reply to: Product Category Filter
Hi Ben,
directly selecting the element, woks fine and i understand that the last elements are hidden on the shop page but i use the filter on the other product category page where i don’t have anything hidden in the filter. I can see the “li” 4 times in the html and i can see the last-child css on the last li element when i select it in inspector, so i targeted the right element just it is not applying.
I was just puzzled and thought i got the syntax wrong. For now I’ll hide it by directly selecting the menu item but I have to do more digging and learning.Thank you for your help.
In forum: Virtue ThemeIn reply to: Create page within page with new set of headers
Hannah,
Yes, thank you I found the Virtue shortcode for tabs when I switched from Page Builder to the Visual editor layout. I inserted tabs, seen here:
http://www.johngrahamtours.com/tours/But I don’t know how to format them to look like this: http://stunningethiopiatours.com/index.php/9-days-tour-to-northern-route-with-simien-mountains
And I don’t know how to get content to appear ONLY under individual tabs and not under other tabs.
In forum: Pinnacle ThemeTopic: Home page not loading
Dear support,
I have a problem with a new page I am developing under a subdomain. Actually everything was fine when suddenly the home page does not longer load. Here’s a link to a page *Login to see link . Please try to go to the home and you will see that it does not work.What I did:
– Rewrite the .htaccess by
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
# END WordPress– Made a new home page
– Save the permanent links a few timesStill nothing works…any suggestions?
Thanks,
FabrizioIn forum: Pinnacle ThemeIn the edit screen for your home page content, find the page builder row that has the “Call to Action” widget placed within it.
Click on the wrench icon and open the design tab. There, you can change the background image for the page builder row.
Let me know if that helps!
-Kevin
Hi,
Where do I go to change out the image for this area of my Homepage?
My title for:
Crowne Plaza Times Square Family-Friendly Hotel of Manhattan New York
Thank you.
Dawn
In forum: Pinnacle ThemeIn reply to: Where do I go to delete this page?
December 28, 2018 at 10:24 am #211672Hey,
That is a woocommerce page, it’s necessary for woocommerce to have a shop page. If you want to remove it then I assume you want to remove woocommerce? In which case you can remove hte plugin.Ben
In forum: Pinnacle ThemeIn reply to: Where do I go to delete this page?
In forum: Pinnacle ThemeIn reply to: Where do I go to delete this page?
In forum: Pinnacle ThemeIn reply to: Where do I go to delete this page?
In forum: Virtue ThemeIn reply to: Google Map / API Key Problem
December 28, 2018 at 9:52 am #211664Hey,
The page you linked to didn’t have a map widget at the top of the sidebar? Can you check the page to confirm its there.Ben
In forum: Pinnacle ThemeHi,
Where do I go to delete this page?
Thank you.
Dawn
In forum: Virtue ThemeIn reply to: Video Blog Post
Hey,
In Theme Options > Blog Options you have the “Blog Post Summary Default” set to text. This can be overridden for each blog post, but currently, you have Why Do I Lie set to default. So either edit from your theme options or in the blog options of your post edit page.
Hope that helps!Hannah
In forum: Virtue ThemeIn reply to: Create page within page with new set of headers
Hannah, yes I like the horizontal bar of tabs. How do I access the shortcode, and how/where do I put it in my web site?
This is the page where I would like to put it:
http://www.johngrahamtours.com/tours/In forum: Virtue ThemeIn reply to: Video Blog Post
-
AuthorSearch Results


