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: Pinnacle Theme
In reply to: Pinnacle Portfolio title needed above gallery
May 20, 2019 at 8:37 pm #226154Hey,
In your theme options > portfolio options scroll down to “Single Portfolio Page Header”Turn on “Show the Title in header by default”
Then turn off “Show the Title in post”
Then in your “Single Portfolio Default Title Text” set that to portfolio title.
Ben
In forum: Ascend ThemeIn reply to: numbered (and bulleted) list and text not showing
Can you tell me just what the fix will do? It seems to work, but it seems very specific. Just what is “#panel-7787-8-0-1…” referring to? It seems odd that there has to be custom css code to have the numbered list text show up brighter, when all the other text outside the numbered list is just fine. There doesn’t seem to be any indication that the numbered (or buleted) list has any different color scheme from the text around it. Not sure I understand the distinction. If I change my home page and/or add another “SiteOrigin Hero”, will it require another custom css? That seems kind of odd. I noticed when I did a “widget preview”, the text for the numbered list came out black, while all the other text is white. Isn’t there just a simple way of changing the color of the text in the numbered lists or bulleted lists? Why do I need a custom css?
See the screen shot of the widget preview I attached.
In forum: Pinnacle ThemeMay 20, 2019 at 2:43 pm #226142Hi,
This may be elementary but I know you can help. On
the title is below the photos. How do I get it up top?
All the portfolio pages are like this.
Thank you,
Luke
In forum: Virtue ThemeBen, I do not understand what is hard to comprehend. I want to add the date the testimonial was posted to the the testimonial gird after the name.
to produce name – location – dateThe lines that you suggest to remove were in the file before I stated my edits, the are part of the base theme.
The only line in the file I added was
echo ‘ – ‘ . wp_kses_post( $location );this produces the location twice after the name. name – location – location
I want to get the date but I do not know what it is called. I think I should add the code:
<?php $date = get_post_meta( $post->ID, ‘**need the date****‘, true );
if ( ! empty( $date ) ) {
echo ‘ – ‘ . wp_kses_post( $date );
}
what do I replace “_kad_testimonial_location” with for the date?The following line causes the page to error.
<?php echo get_the_date(‘j M Y’); ?>In forum: Virtue ThemeIn reply to: Hide public post content unless user is logged in
May 20, 2019 at 11:34 am #226123Hey,
My honest suggestion is to use a plugin and not do all these edits. There are great plugins that are easy to work with that provide a better solution than hacking with private posts and overriding php.However, if you are stuck on the PHP path then editing through a child theme is the way to go, you are correct with the template assuming you have set the page to show full content. If you are just showing the excerpts then you would need to edit the content.php file.
Can you send a link that shows the page output that would allow me to verify the template?
Ben
In forum: Virtue ThemeIn reply to: Accordion items not working at random
May 20, 2019 at 11:29 am #226122It’s likely that you have multiple panels that share the same ID on a page. by defualt, the ids are created randomly which is fine when you have one or two on a page but with many, it creates a change for ids to be shared randomly.
In your accordion shortcode, you can add the
id="1"then with the next addid="2"and so on.Ben
In forum: Ascend ThemeIn reply to: Missing/Corrupt Page
May 20, 2019 at 10:27 am #226108What type of server are you on?
You say “certain pages” have this issue. How many different pages? Are all these pages using siteorigin?
In your redirection plugin, what are you redirecting?
Are you using a custom 404 page?
Ben
In forum: Ascend ThemeIn reply to: numbered (and bulleted) list and text not showing
Ok, I found the reason. I guess I added this custom css back on April 4, 2019 based on a reply to ticket #222094. I submitted this ticket:
——————————–
APRIL 4, 2019 AT 11:42 AM #222094
I haven’t noticed this before, so not sure the editor has changed or what. But near the bottom of my home page, I have a numbered list in between some text. I am using a “SiteOrigin Hero” with a background image and some opacity. All my other SiteOrigin Heros seem to work fine, but I can’t get the list to be “bright” like the rest of the text on the page. I played around with getting rid of the list and just typing it in myself. Once I put it between some<p style=”text-align: justify;” align=”left”>….</p>
tags it seemed to work, but the list wouldn’t stay, it just listed it out in a line. So rather than
1. list item 1
2. list item 2
etcIt went to
1. list item 1 2. list item 2 etc
When I tried to put the numbered list between the paragraph tags above, the tags disappear. So with the numbered list in, the list works, but it is dark and can hardly be seen. When I take the numbered list off, and it is between the paragraph tags, it is bright, but not in a list anymore.
My page is my home page, http://www.cagesplus.com about 3/4 of the way down with the heading
“If this is this your hitting program, then you need our batting cage.”
Any ideas as to what’s going on? Thanks /Bob
——————————————–
And got this reply:
——————————————-
IMPORTANT* Do not reply to this message, reply in the topic on the forum.Hannah wrote:
Hey Robert,
I’m not sure what si styling your list, but you can override with this css:
.entry-content li {
color: #fff;
}Just paste that into your custom css box in Theme Options > Custom CSS.
Hope it helps!Hannah
Post Link: https://www.kadencewp.com/support-forums/topic/numbered-list-problem/#post-222096
NOTE* Do not reply to this message, reply in the topic on the forum.
————————————————–If I take it out, will the original problem reoccur? /Bob DeCloss
In forum: Virtue ThemeIn forum: Virtue ThemeIn forum: Ascend ThemeIn reply to: insecure fonts
May 20, 2019 at 10:00 am #226104I strongly suggest not using a plugin like ” really simple SSL” since that is a hack to try and filter all your URLs instead of just setting up SSL correctly from the start. Setting it up correctly within your WordPress settings is very easy, and it’s very easy to update all the database URLs to use https.
I see this error as well: Mixed Content: The page at ‘https://klompenshop.nl/’ was loaded over HTTPS, but requested an insecure font ‘http://www.xel.nl/pagina-niet-gevonden’. This request has been blocked; the content must be served over HTTPS.
You need to fix how you are loading ‘http://www.xel.nl/pagina-niet-gevonden’
When I view your site I don’t see an error with the fonts, is this browser specific?
Ben
In forum: Virtue ThemeMay 20, 2019 at 9:52 am #226099Hello,
We developed our site in Chrome. Now looking at it in Firefox and Explorer we are seeing issues with images in the drop down accordion menus.
There are actually only six images under the accordion “Advantages” A single image immediately followed by bullet points when viewed in Chrome as it should be. Attached is an image of how Firefox and Explorer are displaying the page – like it is trying to show an extra image under the valid image. Any advice?
In forum: Virtue ThemeMay 20, 2019 at 9:37 am #226093Hello,
I have Virtue Premium. We’re wanting to go live tomorrow so I decided to move to the trash images, pages and portfolios from the theme demo before going live. Now the home page is not displaying “Page Content” and it’s throwing in a list of blog posts that I do not want there. The correct home page should be:
Kadence Slider (correct)
Icon Menu (correctly showing 4)
Page Content (Missing – a call to action for a video)
FooterNo blog posts are desired 🙂
In forum: Virtue ThemeSorry for the delay. It’s strange that when we view the cached version of the page, as Ben showed above, it displays as it should. Who is your host?
Just to test, try switching the post that is showing to a draft. Does it continue to show on the homepage? You can re-publish the post after testing this.Hannah
In forum: Virtue ThemeIn reply to: Problem with editing articles
In forum: Ascend ThemeIn reply to: Missing/Corrupt Page
In forum: Ascend ThemeTopic: Missing/Corrupt Page
Hi, I am hoping someone can give me some help as having a major issue.
My site is using the ascend theme (I will share link in a follow up private message).Every so often, certain pages stop displaying the content, and the page shows the main title as “blog” with no a message like “there is no content to display”.
If I go into the dashboard, active a new theme (Twenty NineTeen) the page content shows again (with correct title). I switch back to Ascend, and everything is ok for a while, then I notice a high bounce rate and short view times, check the website and the problem comes back.
It seems this is happing to the pages that are viewed more frequently.
I have removed all caching plugins – and I still get this problem.
The plugins I now have active will change the website look if I keep them switched off, and this is a live site with traffic, so can’t really have this issue.
I have a staging site, but this doesn’t have the issue, I guess because it is not receiving traffic, so I am quite sure that the problem happens in the database when the pages are being visited.
In forum: Virtue ThemeIn reply to: Problem with editing articles
In forum: Virtue ThemeIn forum: Virtue ThemeTopic: Can’t create sidebar
Howdy,
Trying to create a new sidebar. I click the Add More button, tyoe a name (AGCC) in the empty text box, and click Save Changes. I get a modal dialogue box saying “There was a problem with your action. Please try again or reload the page.” Done both of those; no good.
What do you suggest?
-
AuthorSearch Results



