Forum Replies Created
-
AuthorPosts
-
Hi and thank you
Do i have to use yoast, as i am using the All in One SEO so i do not have to manually enter the page title and discriptionthx
joeHi here is a screen shot of what i am seeing in Google. Why is the code showing up in the Google listings
You can see under the domain bethcosi.com the code is showing up – how do i correct thisThx
JoeHi
This page > http://www.bethcosi.com/ shows on the Google pages av_textblock size=” font_color=” color=”] Beth Cosi is a teacher at Go Interactive Wellness and owner of Bendy Brewski Yoga. Read more about Beth and how …This page https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=18&cad=rja&uact=8&ved=0CDsQFjAHOApqFQoTCJG-woCj48gCFUFUiAodmOYKFQ&url=http%3A%2F%2Fwww.bethcosi.com%2Fgo-interactive-wellness%2F&usg=AFQjCNHgAAx3C1LavKmtItMaJVa8tUbD7w&sig2=YhJUdqOebtaDRlncj7tbmQn shows
in the Google pages
av_textblock size=” font_color=” color=”] Go Interactive Wellness | Beth Cosi is a teacher at Go Interactive Wellness and she can help your business and your …this is happening on most pages
thx
Hi – we looked at the plugin as did support from siteground.com and both tested and when we change the theme it works but it does not work with enfold – thx and any further suggestions
Best
JoePlease close this request, I am going another way
Thank you for the help
Joehi
i sent the admin log in once using the private box below, sorry if it did not come thru –I did delete and do a clean re install of enfold and it did not work
I also disabled all the plugins and this did not correct the error
When I change to another theme, everything works fineYou can now change to enfold when you are working on my site
thx and sorry for the confusion
Hi
email did not go thruhere a link with the picture of the broken code > http://jdwrealty.com/enfold/
can this be repaired
thx
joeA tech at ihomefinder thinks the problem is an unclosed quote outside the real estate plug – I responded to your email with a pic
please advise
Joe
Yes Enfold is under Appearance > Themes
You can turn it on and see if you can get it working, as I would much rather use Enfold
Again here is the link type which is not displaying the info correctly
http://jdwrealty.com/homes-for-sale-toppicks/Bayonet-Point-FL/257312/Thx
JoeHere is an example page which is pulling data for my listing which is corrupt. The other pages are just fine, it is just the ones which pull the listings > http://jdwrealty.com/homes-for-sale-toppicks/Bayonet-Point-FL/257312/
Thx
joeEnfold is turn on
Thx
JoeI tried the plugins Just thought someone else might have had the same issue and found a way to make it work
thxI think we are headed in the right direction. The code did not white out the screen. It put the Add to Cart button at the top of the page on both mobile and desktop, but it moved the image almost to the bottom of the page and even below the description. The image should be at the top of the page with the Add to Cart button under it, then the description and then the widgets
Take a look
And many thx for the continue support
Joe
Add this to the end of the function.php child theme and got a black white screen.
function add_custom_script(){
if(is_singular(‘product)){
?>
<script>
(function($){
$(window).load(function(){
if (window.matchMedia(“(min-width: 767px)”).matches){
$(“.single-product-main-image”).before($(“.single-product-summary”));
}
});
})(jQuery);
</script>
<?php
}
}
add_action(‘wp_footer’, ‘add_custom_script’);thx for continuing to help.. if you can help me, it will make mobile surfing my site better
joe
Any ideas and how to do this
thx
joeHi
Back to the original request. I need the widgets on the product pages to be on the right had side, because when you visit my site on mobile, you have to scroll to the bottom of the page to view the add to cart button, which is the add to cast button needs to be a the top of the pageView on mobile to add to cart button at bottom of page > https://www.islandjoescoffee.com/online-coffee-store/12oz-island-joes-coffee/12oz-beemers-papua-new-guinea-coffee/
I added this to the quick css > single-product-main-image { width: 20% !important; }
Flushed dns – deleted cache and even restarted my computer and the code has no affect.
Thx for the continued help and please advise
Joe
I am putting this code > .single-product-main-image { width: 20% !important; } in the custom css file as you said
I need the first code you sent me. the one you told me to add to the functions
#
# wrap single product image in an extra div
#
add_action( ‘woocommerce_before_single_product_summary’, ‘avia_add_image_div’, 2);
add_action( ‘woocommerce_before_single_product_summary’, ‘avia_close_image_div’, 20);
function avia_add_image_div()
{
echo “<div class=’four units single-product-main-image alpha’>”;
}function avia_close_image_div()
{
global $avia_config;
$avia_config[‘currently_viewing’] = “shop_single”;echo “</div>”;
When I copy it from above it does not work, but worked before, so I need a new copy please
Sorry for the confusion
JoeHi
I tried all that and nothing worked. It worked before when I copy the code from the link you sent me, but it is now a 404 and I think when I copy it from here, something is going wrong. When you get a chance, can you please resendThx
JoeSorry for this but I deleted the code that goes in the functions file and when I copy the above code my screen goes until i deleted and the link with the code is giving me a 404, so this time I will save it better. Once you send it, I will add the custom css
Thx
JoeHi
added the above code to the quick css and took it down to 5% with no results. Any other suggestions
Thx
JoeI had to remove the code for now, as customers are complaining about the image size, but they are huge, please advise and thx again
Hi
I add the below code to my functions file and the buy buttons did move up on my mobile site as request, but now the images on my desktop are huge and distorted, please advise how to correct this this make the image the right size for desk topI added this code to funcions
#
# wrap single product image in an extra div
#
add_action( ‘woocommerce_before_single_product_summary’, ‘avia_add_image_div’, 2);
add_action( ‘woocommerce_before_single_product_summary’, ‘avia_close_image_div’, 20);
function avia_add_image_div()
{
echo “<div class=’four units single-product-main-image alpha’>”;
}function avia_close_image_div()
{
global $avia_config;
$avia_config[‘currently_viewing’] = “shop_single”;echo “</div>”;
}#
# wrap single product summary in an extra div
#
add_action( ‘woocommerce_before_single_product_summary’, ‘avia_add_summary_div’, 25);
add_action( ‘woocommerce_after_single_product_summary’, ‘avia_close_summary_div’, 3);
function avia_add_summary_div()
{
echo “<div class=’five units single-product-summary’>”;
}function avia_close_summary_div()
{
echo “</div>”; //close out the summary
echo “<div class=’three units single-product-sidebar’>”;
get_sidebar();
echo “</div>”;
}I add this to the CSS and it is not working for me, please advise and thx
JoeHi
I tried by putting the code in the quick css and the regular css with no results. The image I have in place not is 1030 by 300 and it is not going full sizehttp://www.islandjoescoffee.com
Thx and please advise
JoeSorry do not use dropbox etx
It is simple – at http://www.islandjoescoffee.com in the top left hand corner you see our logo – Island Joes Coffee with the parrot. We wish to have a full width banner across the screen or rather replace the current small log with a large one i.e. 1260 width by 200 height
Hope this is clear and thank you
That’s fine. I guess when you did that it moved the rest down one. No biggie, I moved them up and seems to be working fine. The end goal was reached
Thx againThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private. -
AuthorPosts