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 '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 17,201 through 17,220 (of 53,646 total)
  • Author
    Search Results
  • #191408

    Here’s a link to Site Origin about the Page Builder plugin conflict. I called my host provider, Lunarpages.com, to see if the sites I have with them have a server cache, and they don’t. And I have an auto clear cache for Edge when leaving browser each time. Then I checked within WP for any options to clear cache there, and there was none. I also don’t use a cache plugin.
    https://siteorigin.com/troubleshooting/identifying-plugin-conflicts/

    So, the last option is to deactivate plugins. Thank you for offering. Could you work from http://www.mychoiceconnection.com/wp-admin? The server is GoDaddy on this one and I flushed cache withine WP. I will shortly send you a login/password as an admin. I don’t want to troubleshoot the others (www.celebratingyourjourney.com or http://www.hcarcheology.org yet). It seems sometimes when some plugins are deactivated then reactivated you lose some of the features and have to redo them. Want to avoid this with these two sites for now. And I am not going to activte Site Origin with new client’s site using Ascend until this is fixed.

    The http://www.mychoiceconnection.com site will be shortly put in maintenance mode until I talk with my client who hasn’t done anything on that site for some time now. Need to see what she wants to be done. So, testing plugin conflicts on this one wont matter if it messes up. Thanks so much for your help with this.

    #191407

    FYI; the page where I’m seeing the inconsistency has been MOVED HERE.

    I’ve implemented Hannah’s suggestion that Ben reiterated on THIS PAGE. After all, how many geniuses can’t be wrong?

    I’m not sure the client is going to like it as much, but beyond the SEO advantages it will also allow for additional posts to be automatically included as they are added to this category. I’m going to try to sell this implementation.

    #191406

    Thanks for the input Ben. I have one client in particular that likes the way the embed renders, nicely framed in the little box. But they want it to appear what they call “normalized”, that is appearing consistently across all embedded posts. So ultimately what I’m trying to figure out is why one embedded post on THIS PAGE displays a thunbnail with title first while the other displays a larger image with the title below it. My client likes the first rendering, so I’d love to figure out how to make that happen with all embedded posts.

    On THIS PAGE the 2 embedded posts do display consistently. While the title doesn’t display first, I might be able to sell the client on this simply because it is consistent. I honestly like this rendering better, but it doesn’t really matter what I like. I wouldn’t even be pursuing this issue quite frankly. BTW, the third image is not an embedded post, just an image made to look like one!

    Regarding SEO; since the posts do reside on the site, aren’t we getting the SEO benefit from them anyway? While I have this post embedded on a page, if you click it you’re taken to the actual post. I’ll also provide a menu in the footer that will allow someone to view all posts by category. Will that be sufficient? Thanks much!

    #191398

    Hey,
    So I’m trying to figure out what your asking. Do you want to edit the style for how WordPress embeds posts? Themes don’t usually control embeds because they are iframed into the page. So no theme styling would affect them. If you are wanting to change hte way WordPress handles this you will need a child theme and will need to override core WordPress files for embeds.

    I strongly don’t recommend that you use embeds in the place of adding posts to your site. Embeds as I said are Iframed content, they will not help your SEO. For best practice you should be adding the posts as real content into a page. Either through a page template or shortcode or widget.

    Ben

    #191389
    <script type="text/javascript">
    jQuery(document).ready(function ($) {
    	function custom_trigger_accord_open( tiggerhash ) {
    		if($(tiggerhash).hasClass('in') ) {
    		} else {
    			$('#accordionname1 .in').parent('.panel-default').find('.accordion-toggle').addClass('collapsed');
    			$('#accordionname1 .in').collapse('hide');
    			$( tiggerhash ).collapse('show');
    			$( tiggerhash ).parent('.panel-default').find('.accordion-toggle').removeClass('collapsed');
    		}
    	}
    	if ($('#accordionname1').length) {
    		if (location.hash){
    			custom_trigger_accord_open( location.hash );
    		}
    		jQuery('body').on('click', 'a', function (e) {
    			if(/#/.test(this.href )) {
    				custom_trigger_accord_open( '#'+this.href.split('#')[1] );
    			}
    		});
    	}
    });
    </script>

    Update that script to this, that will check if a link on the same page is clicked.

    Ben

    #191384

    Every Page has the error shown in the header when I do not force it off in wp-config.

    I don’t have the version numbers, but I can have a look for them in the evening. I updated yesterday everything, Virtue Premium Theme, WP and all Plugins. But I will have a look for versions and post them later.

    #191383

    What page creates the error? Or are you saying that every page load has these errors?

    Can you tell me what version you are using or the theme and plugin?

    #191375

    You can’t use the Kadence slider for that but you can use page builder and add a fullwidth background behind your form. Check out: https://www.kadencewp.com/using-page-builder/

    Ben

    #191374

    Your issue is caused by this plugin: Page Visit Counter

    It’s affecting the global query and causing the_title to return the page instead of the post even inside of a loop.

    If you deactivate it you can see what I mean. I would suggest using another plugin or using analytics which would be far more accurate.
    Ben

    #191371

    Hmm,
    The theme wpml-config file hasn’t change in over a year.

    On what page does this error show for you?

    Ben

    #191368

    Hey,
    If you need a child theme you can install one at that point. If you feel more comfortable having one from the start that is also fine.

    Either way installing a child theme is done the same way as installing a normal theme. You can download an empty child theme here: https://www.kadencewp.com/child-themes/ then just upload that by going to themes > add new.

    If you want to install a demo site once you are on the import page you will see a list of demos you can install.

    You don’t install something to a child theme. Or to a regular theme. Demo content is content, it’s disconnected from the theme as it’s added to your site through WordPress as content.

    I hope that helps,

    Ben

    #191366

    Hi, we want to have the same style of the other text field, is that possible? the page is this one and you can buy here a product here

    thank you very much
    Angelo

    #191352

    Hi,

    How do I change the title text which has the class .kad_endpointtitle

    I have added my own custom endpoint to My Accounts endpoints using the function;

    add_action( 'init', 'my_account_new_endpoints' );

    function my_account_new_endpoints()
    {
    add_rewrite_endpoint( 'company-orders', EP_ROOT | EP_PAGES );
    }

    The title however outputs as My Account by default. I need to update this to Company Orders.

    Any advice would be much appreciated.

    Kind Regards,
    Zubair.

    #191349

    After some more testing, it seems the javascript is working if a particular accordion section is # linked from another page – i.e. the page is loaded (or reloaded) with the # in the URL. But if I just click on the logos on the page, the browser page url changes to include the #collapse… but the nothing happens because the page doesn’t reload.

    #191347

    Hi,

    I’ve been using the footer javascript technique at

    for a year or two now but today I found it’s not working. Has there been any recent theme changes that might have broken this?

    The page I’m using the javascript on is

    and clicking on the company logos should open the relevant sections in the accordion below.

    Kind regards,
    Michael

    #191346

    Hannah,

    I’ve done some playing around and I’ve been able to “fix” the issue on THIS PAGE by playing around with the image sizes. The Featured Image size seems to dictate how the photo displays and where it lands with regard to the post title. Perhaps that’s just something I’m going to have to be sensitive to and tell the folks developing the post content the same thing.

    If you come up with another way to beat this I’d love to hear it, but I just wanted to keep you up to date on my findings. Thanks again!

    #191343

    Yes. I changed theme to Twenty-Seventeen. And Page Builder still didn’t work. In fact, it reverted me back to All Pages, not the Visual Editor. Site Origin forum has history of this problems a year ago and just in that last couple days as well. Waiting on their reply.

    In the meantime, What do you think is happening to the Virtue Shortcode for Tables?

    In forum: Virtue Theme
    #191342

    Hello,

    I am creating a site using Siteorigin’s Page Builder. For one row I would like an image to be the full width of the page. Unfortunately when I add a row, click row layout tab, and select ‘full width’ under row layout, I am still unable to make the image fill the white spaces on each side of the image. For reference, I have been using the Virtue: Image widget that came with the Virtue theme I am using.

    Here is a link to my site: wesgarvin.com

    Thanks for your help in advance,

    Wes

    #191336

    Thanks Hannah, I’m not sure how that field got set in the Settings>Reading, but more on that in a moment.

    I’m not sure if your suggestion about the shortcode is going to work for this client. If you take a peek at THIS PAGE you can see that both linked posts display consistently and I think they rather like the way this looks. I can’t figure out why I can’t get the posts I’ve linked/embedded on the VISIT page to do this.

    I said more on that Settings mistake in a moment. I don’t know if this will help at all, but I just realized I’m seeing the same problem on another site you can view HERE. I set the Blog Post Defaults Standard to Landscape as Ben suggested, but I’m seeing exactly the same problem as on the other site with the two posts displaying different with regard to photo and title placement. Now this client doesn’t seem to care, but I’m sharing this just in case it might help. I can give you Admin access here if you like as well. I know I had never had a page set as a Posts Page for this site.

    Again, thanks so much and let me know if I can do anything at all to help.

    #191334

    Hi Sharon,
    I’m unable to recreate this. Nor have I heard of others experiencing this. Have you tried deactivating other plugins that you’re using throughout your sites to test if any are conflicting? Have you tried activating a non-kadence theme to see if the page builder issue persists?

    Hannah

Viewing 20 results - 17,201 through 17,220 (of 53,646 total)