knowingreal
Forum Replies Created
-
I am also experiencing a similar issue.
As soon as I just activate the plugin, all my dashboard icons disappear.
Any idea what might be conflicting with the plugin?
regards
AkshayForum: Plugins
In reply to: [WooCommerce] Non-WC theme integrationHello
I am having the same problems with setting up a woocommerce.php file
This is my Page.php code and I cant find this loop at all
<?php if ( have_posts() ) :
<?php endif; ?>
<?php $latteParams['post'] = WpLatte::createPostEntity( $GLOBALS['wp_query']->post, array( 'meta' => $GLOBALS['pageOptions'], ) ); $latteParams['sidebarType'] = 'sidebar-1'; /** * Sections */ $secOptions = $latteParams['post']->options('sections'); $secOrder = get_post_meta($GLOBALS['wp_query']->post->ID,'_ait_sections_options',true); if (empty($secOrder['sectionsOrder'])) { $secOrder = array( 0 => 'specialOffers', 1 => 'bestPlaces', 2 => 'recentPlaces', 3 => 'peopleRatings' ); } else { $secOrder = $secOrder['sectionsOrder']; } $latteParams['secOrder'] = $secOrder; $latteParams['specialOffers'] = (isset($secOptions->section1Count)) ? aitGetSpecialOffers($secOptions->section1Count) : aitGetSpecialOffers(); $latteParams['bestPlaces'] = (isset($secOptions->section2Count)) ? aitGetBestPlaces($secOptions->section2Count): aitGetBestPlaces(); $latteParams['recentPlaces'] = (isset($secOptions->section3Count)) ? aitGetRecentPlaces($secOptions->section3Count) : aitGetRecentPlaces(); $latteParams['peopleRatings'] = (isset($secOptions->section4Count)) ? aitGetPeopleRatings($secOptions->section4Count) : aitGetPeopleRatings(); /** * Fire! */ WPLatte::createTemplate(basename(__FILE__, '.php'), $latteParams)->render();
Help me Please, my site link is below, the images are not according to woocommerce hard crop settings and layout is not good looking.
my site is https://www.gorohtak.com/shop
Thanks you very much, disabling custom formatting and enablig compatibility mode in shortcodes settings solved the issue.
Thanks again
Forum: Fixing WordPress
In reply to: sidebar is floating in bottomits solved, problem was plugin called shortcodes ultimate
Forum: Fixing WordPress
In reply to: sidebar is floating in bottomi dont know, how to solve that all errors
Forum: Fixing WordPress
In reply to: Problem with Site title, It's repeatingyeah, that I was wondering that how can i contact you in future? ??
Forum: Fixing WordPress
In reply to: Problem with Site title, It's repeatingThanks for your support…..
and whats your email?
Forum: Fixing WordPress
In reply to: Problem with Site title, It's repeatingproblem is solved…
I edit my header.php file in APPEARANCE >>EDITOR>>HEADER.PHP on right side
then found the title line
and replaced it with this : –
<title><?php wp_title(''); ?></title>
problem gone
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Site title doubling upsame problem with me https://www.knowingreal.com/blog
Forum: Fixing WordPress
In reply to: Problem with Site title, It's repeatingsee now…It shows site title again….
The problem comes when I use wordpress SEO plugin….