Forum Replies Created

Viewing 15 replies - 16 through 30 (of 81 total)
  • Thread Starter micwie

    (@micwie)

    Hi Patrik,

    Thank for your info. I think the meta shortcodes should do the job. Could please help me with figuring out the shortcodes of my fields? Here is the screenshot of my forms:

    https://ibb.co/NsCYkMQ

    Or maybe you do have the complete list of this meta shortcodes somewhere? Just want to quickly test, if every field works as expected. Thank you!

    PS – I also need meta shortcode of the users profile image

    • This reply was modified 3 years, 7 months ago by micwie.
    • This reply was modified 3 years, 7 months ago by micwie.
    Thread Starter micwie

    (@micwie)

    Dear Patrik,

    Thank you for your message. Let me briefly explain in to you, what I am trying to achieve. Maybe we will find a good solution.

    Here is the original page of the users profile:
    https://whomade.me/profile/suzette/

    Here is the layout I would like to achieve. Thia is a template made by elementor.
    https://www.loom.com/share/20db6e944bdc4b0fa396f0c5796c926e

    Since the layout is really different comparing to the plugin ones I think CSS customisation will take a pretty long time. Does your plugin support dynamic tags/shortcodes? If yes, I could theoretically assign a dynamic tag to every dynamic element such: user nickname, name, about info, social links, map and made the Elementor render this information in this template. Hope you know what I mean. it should be pretty understandable from the examples which content is static and which dynamic.

    Thank you very much in advance!

    PS: More about dynamic tags: https://elementor.com/help/dynamic-tags-pro/

    • This reply was modified 3 years, 7 months ago by micwie.
    • This reply was modified 3 years, 7 months ago by micwie.
    Thread Starter micwie

    (@micwie)

    This is not a mobile problem. Those reviews are not imported by our plugin, they were imported by a dropshipping plugin.

    That’s true.

    The free version does not have the feature to convert those images to work with our plugin.

    To which plugin you are referring to? In order to fix this issue I would need to buy premium version of YOUR plugin, am I right?

    Thread Starter micwie

    (@micwie)

    Hello,

    thank you for your fast message and sorry for being late with my response.

    Did you follow the testing instructions?

    Our Ads are not running, yet.
    Is there any other way I can debug, why the account is not registering any data? To be specific, it is the issue with audience source. See screenshot here:

    Audience issue

    The conversion pixel is only fired on the purchase confirmation page.

    Does it mean it also should be fired somewhere else, but it is not? If so, how can we fix this?

    Thank you!

    Thread Starter micwie

    (@micwie)

    Hello.

    I have tried to apply your code through Code Snippets. Unfortunately, it does not work.
    Check the this link to the product page.

    See screenshots here.
    Do you think writing the code directly into the functions will solve this issue or do you have any other idea?

    Thank you!

    Thread Starter micwie

    (@micwie)

    UPDATE: It looks that even though the issue with duplicated plugin has not been 100% fixed, GA started to log our transactions. I will test it for few days and let you know.
    Thank you for your help!

    Thread Starter micwie

    (@micwie)

    Well, this is strange. I’ve just accidentally found that your order has been logged into GA and e-commerce warning went away (marked as resolved).

    See screenshot here: https://imgur.com/a/yRPY1qd

    That means your order has been successfully received. Why my test payments with credit cart do not work then? Can it be, because of the sandbox mode we switch to when doing so? We are using Braintree payment gateway. When we want to test something, we simply switch to sandbox where you can test their “artificial” credit cards.

    We have tried another test order, but ours still does not log into GA.

    • This reply was modified 4 years, 10 months ago by micwie.
    • This reply was modified 4 years, 10 months ago by micwie.
    Thread Starter micwie

    (@micwie)

    Then there must be manually inserted snippet, please check the additional snippet in the header file of the currently activated theme and remove the snippet from there.

    Unfortunately, snippet is not present in header of the theme.

    <?php
    /**
     * The header for our theme.
     *
     * Displays all of the <head> section and everything up till <div id="content">
     *
     * @package shoptimizer
     */
    
    ?><!doctype html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <link rel="profile" href="https://gmpg.org/xfn/11">
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
    
    <?php wp_head(); ?>
    
    </head>
    
    <body <?php body_class(); ?>>
    
    <?php do_action( 'shoptimizer_before' ); ?>
    
    <div id="page" class="hfeed site">
    
    	<?php
    	do_action( 'shoptimizer_before_site' );
    	do_action( 'shoptimizer_before_header' );
    	?>
    
    	<header id="masthead" class="site-header">
    		<?php do_action( 'shoptimizer_topbar' ); ?>
    
    		<div class="col-full main-header">
    
    			<?php
    			/**
    			 * Functions hooked into shoptimizer_header action
    			 *
    			 * @hooked shoptimizer_site_branding                    - 20
    			 * @hooked shoptimizer_secondary_navigation             - 30
    			 * @hooked shoptimizer_product_search                   - 40
    			 */
    			do_action( 'shoptimizer_header' );
    			?>
    
    		<div class="col-full-nav">
    
    			<?php
    			/**
    			 * Functions hooked into shoptimizer_header action
    			 *
    			 * @hooked shoptimizer_primary_navigation_wrapper       - 42
    			 * @hooked shoptimizer_primary_navigation               - 50
    			 * @hooked shoptimizer_header_cart                      - 60
    			 * @hooked shoptimizer_primary_navigation_wrapper_close - 68
    			 */
    			do_action( 'shoptimizer_navigation' );
    			?>
    	
    			</div>
    		</div>
    
    	</header><!-- #masthead -->
    
    	<?php
    	/**
    	 * Functions hooked in to shoptimizer_before_content
    	 *
    	 * @hooked shoptimizer_header_widget_region - 10
    	 */
    	do_action( 'shoptimizer_before_content' );
    	?>
    
    	<div id="content" class="site-content" tabindex="-1">
    		<div class="shoptimizer-archive">
    
    		<div class="archive-header">
    			<div class="col-full">
    				<?php
    				/**
    				 * Functions hooked in to shoptimizer_content_top
    				 *
    				 * @hooked woocommerce_breadcrumb - 10
    				 */
    				do_action( 'shoptimizer_content_top' );
    				?>
    			</div>
    		</div>
    
    		<div class="col-full">

    Please select https:// option under “Property Settings” (screenshot for your reference).

    Done.

    • This reply was modified 4 years, 10 months ago by micwie.
    • This reply was modified 4 years, 10 months ago by micwie.
    Thread Starter micwie

    (@micwie)

    I tried to place a test order but could not complete the order this time as I could not find bank transfer option.

    Maybe we got rid of this for some reason. Will the plugin work without this?

    Now the jQuery errors have completely been resolved but there are still two gtag.js snippets running at product view page, add to cart page, view cart page and checkout page (Links embedded for your reference). Please remove the gtag.js snippet which is not via our plugin.

    I can already see some duplications of this, but I am not able to debug, which source is generating second code. Is there any way, how to do this? Tag Assistant does not tell much and I was able to find your plugin in the source code, but nothing else.

    EDIT: The only thing I could found was this:

    This script is not placed within your plugin area, but I really do not know from where it comes from. I am using your plugin only and that’s it. No GoogleTagManager plugin or something else. I am really confused here.

    View post on imgur.com

    Please embed the link of screenshot of the “Property Settings” under Admin section of GA and also if possible enable the bank transfer option.

    View post on imgur.com

    Should be everything.

    Thank you!

    • This reply was modified 4 years, 10 months ago by micwie.
    Thread Starter micwie

    (@micwie)

    Hello,

    thank you very much for your response.

    1) I am aware of the jQuery errors. It is caused by the bad JS minification – I have switched this option in my caching plugin off and it went away. At least temporarily. I have also optimized the pop-up (see screenshot). I have performed another test transaction, but the problem still persist. No info logged into GA.

    2) I have checked gtag integration with the assistant on the thank you, checkout and cart page. It displays only ONE tag and not two as you’ve mentioned.
    See the screenshot for the more info.

    Do you have any idea, what might went wrong?

    Thread Starter micwie

    (@micwie)

    Hello. Is somebody from the official support here able to help me with this issue?
    Thank you!

    Thread Starter micwie

    (@micwie)

    Hello,

    thanks for your reply. In case I will need more than one tab with this settings, do I always need to create new CSS rule for this? I am not the CSS expert, but it looks that every tap has new ID class, right? Or is there any chance to apply it for every tabs created within your plugin? This would be awesome.

    Thank you!

    Thread Starter micwie

    (@micwie)

    If you need more, you could try installing e.g. “KeyCDN CDN enabler” plugin or similar?

    Thanks for the message. I’ve already tried CDN Enabler plugin, but it unfortunately messed up my http requests (it went to double of the current amount).

    Looking forward to hearing from you soon!
    Best,
    micwie

    Thread Starter micwie

    (@micwie)

    Hello. Thanks for the message

    As you can see in the gtmetrix waterfall those files are loaded from your CDN URL

    I do not see everything loading from CDN (see Yslow chart). I still get the message that CDN is not fully present on the site. What about those files? (taken from the Yslow report) I see CSS and JS and images among then. I think they also should be served through CDN. Correct me, if I am wrong.

    https://bonemo.com/wp-content/themes/shoptimizer/assets/css/main/main.min.css
    https://bonemo.com/wp-includes/js/jquery/jquery.js
    https://bonemo.com/wp-content/plugins/autoptimize/classes/external/js/lazysizes.min.js
    https://bonemo.com/wp-content/uploads/2019/10/backback-banner.jpg
    https://bonemo.com/wp-content/uploads/2019/10/watchhomebanner.jpg
    https://bonemo.com/wp-content/uploads/2019/10/freeshipping.jpg
    https://bonemo.com/wp-content/uploads/2019/10/Customerhelp.jpg
    https://bonemo.com/wp-content/uploads/2019/10/photo-1446160657592-4782fb76fb99.jpeg
    https://bonemo.com/wp-content/uploads/2019/10/wishlist.jpg
    https://bonemo.com/wp-content/uploads/2019/10/onsale-women.jpg
    https://bonemo.com/wp-content/uploads/2019/10/photo-1472849676747-48a51c0c30b6.jpeg
    https://bonemo.com/wp-content/uploads/2019/10/photo-1453763796201-d55bf213daf2.jpeg
    https://bonemo.com/wp-content/uploads/2019/10/privacy.jpg
    https://bonemo.com/wp-content/plugins/gtranslate/flags/24/en-us.png
    https://bonemo.com/wp-content/plugins/woocommerce-currency-switcher/img/arrow-right.png
    https://bonemo.com/wp-content/uploads/2019/10/bonemologomini.png
    https://bonemo.com/wp-content/uploads/2019/10/7805-ku57ot-300x300.jpeg
    https://bonemo.com/wp-content/plugins/yith-woocommerce-wishlist/assets/images/wpspin_light.gif
    https://bonemo.com/wp-content/uploads/2019/10/9358-oaol5y-300x300.jpeg
    https://bonemo.com/wp-content/uploads/2019/09/4046-qtknml-300x300.jpeg
    https://bonemo.com/wp-content/uploads/2019/09/4364-9azowl-300x300.png
    https://bonemo.com/wp-content/uploads/2019/10/9087-6jricx-300x300.jpg
    https://bonemo.com/wp-content/uploads/2019/10/7332-yioeqp-300x300.jpeg
    https://bonemo.com/wp-content/uploads/2019/09/4052-z6qzdq-300x300.jpg
    https://bonemo.com/wp-content/uploads/elementor/thumbs/BONEMOLOGO-7-ofj7m8p8sx0kfltymcx62mzdyqesyol6r9li1rtxdc.png

    This is what Cloudways support wrote me. They are also confirming the issue. Maybe it helps somehow with debugging it.

    We would like to inform you that the issue revolving around Cloudways CDN not able to integrate on your site is related to something with Auto-optimize.

    Our Cloudways CDN is an assets-based CDN, that just mirrors it’self on your site like any other assets based CDN and then all you have to do is integrate that CDN URL in your cache plugin and then that cache plugin should serve the assets like images,css, jpg from the CDN URL.

    We suggest you contact the Auto-optimize team and ask them to investigate after the CDN URL is integrated into the site why the plugin is not able to serve the assets from CloudwaysCDN.

    Kindly note that this issue should not be arising only with Cloudways CDN but any assets based CDN like KeyCDN, BunnyCDN, Cloudfront, etc as after integration the plugin is not able to server the assets of the site from CDN URL.

    I would appreciate, if you could have a look at it.

    • This reply was modified 5 years ago by micwie.
    • This reply was modified 5 years ago by micwie.
    Thread Starter micwie

    (@micwie)

    Hello Etienne,

    thanks for your message. It was the plugin which I ended up uninstalling due to a lot of unwanted functions. Yes, my theme has a side cart and I‘ve actually discovered there is a WooCommerce setting ?enable ajax“ which opens themes cart automatically (see screenshot).

    https://ibb.co/6nsCtxJ

    Example:
    You can go to my website (https://www.bonemo.com) and on the homepage and add ”mens wooden wrist watch” to cart. The side cart will open automatically as I want.

    I wonder, if there is some function snippet, which would allow to do this on the single product page. Since this is more WooCommerce related (add to cart behaviour) I thought you could have some solution.

    Looking forward to your answer!

    Best,
    M.

    • This reply was modified 5 years, 1 month ago by micwie.
    • This reply was modified 5 years, 1 month ago by micwie.
Viewing 15 replies - 16 through 30 (of 81 total)