................ 30+ views without any comments seems unusual for a community forum.
Well, with an incomplete OC Version Number mentioned and by use of a Custom Theme, you just expect others to care about for free. But OC is a moneymaker Software, not just another free Gift with masses of free Supporters, just waiting, to be of assistance.
Well, with an incomplete OC Version Number mentioned and by use of a Custom Theme, you just expect others to care about for free. But OC is a moneymaker Software, not just another free Gift with masses of free Supporters, just waiting, to be of assistance.
My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest Github OC Repository Archive Site.
In order to move the additional images to the top right, you have to change the product.twig template file.
As regards the non-functioning accordions in the footer: This is an issue with the drugstore theme. I hope you didn't get your web theme from a low quality place like templatemonster or themeforest, but from a more reputable provider. In any case, contact the theme author and ask them to fix it, or to refund the money. Your theme issue is not an OpenCart bug.
As regards the non-functioning accordions in the footer: This is an issue with the drugstore theme. I hope you didn't get your web theme from a low quality place like templatemonster or themeforest, but from a more reputable provider. In any case, contact the theme author and ask them to fix it, or to refund the money. Your theme issue is not an OpenCart bug.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
It is a free gift , for the masses, and we use it in any way we like. If you do not wish to help that's alright!IP_CAM wrote: ↑Sun Oct 02, 2022 9:59 pm................ 30+ views without any comments seems unusual for a community forum.
Well, with an incomplete OC Version Number mentioned and by use of a Custom Theme, you just expect others to care about for free. But OC is a moneymaker Software, not just another free Gift with masses of free Supporters, just waiting, to be of assistance.
Never did i say i would not compensate somebody for help as nobody offered any

side note: you run the worlds largest free extension repo but have an issue helping for free... crazy
I do understand the part regarding the product.twig modification but i just end up screwing it completelyJNeuhoff wrote: ↑Mon Oct 03, 2022 2:46 amIn order to move the additional images to the top right, you have to change the product.twig template file.
As regards the non-functioning accordions in the footer: This is an issue with the drugstore theme. I hope you didn't get your web theme from a low quality place like templatemonster or themeforest, but from a more reputable provider. In any case, contact the theme author and ask them to fix it, or to refund the money. Your theme issue is not an OpenCart bug.

yes i did purchase it from themeforest. i have already corrected a ton of issues and these are just the last things to tidy up.
If anybody who has the smarts to get this done can shoot me a pm or leave comment and we can work it out in terms of being compensated

Thanks everybody

UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Hey thanks for offering help! I'll shoot you an email.paulfeakins wrote: ↑Mon Oct 03, 2022 7:35 pmYou could pay a developer such as ourselves or post a job in the Commercial Support Forum.
Is the attached image all you're looking to do? If so, reply with the product twig file from your theme (not the default) and I'll edit it and shoot it back to you if the code is clear. Since I wont be able to edit a live site, I can't really guarantee it, but I'll give it a quick look and try...at worst if I don't get it on the first try I may be able to tell you what to move where to see if you get it while refreshing your page. And no, I don't want access to your site to try it there, I don't do that.
Also note, what I'll be doing is hard coding, so you will lose it if you upgrade.
Also note, what I'll be doing is hard coding, so you will lose it if you upgrade.
Attachments
Image6.jpg (106.85 KiB) Viewed 2052 times
v3.0.3.8
I'm here for a reason, if your response is contact a/the developer, just don't reply.
That is exactly what i am afterJoe1234 wrote: ↑Mon Oct 10, 2022 9:26 amIs the attached image all you're looking to do? If so, reply with the product twig file from your theme (not the default) and I'll edit it and shoot it back to you if the code is clear. Since I wont be able to edit a live site, I can't really guarantee it, but I'll give it a quick look and try...at worst if I don't get it on the first try I may be able to tell you what to move where to see if you get it while refreshing your page. And no, I don't want access to your site to try it there, I don't do that.
Also note, what I'll be doing is hard coding, so you will lose it if you upgrade.

http://opencartv3.ddns.net/link/product.twig
i managed to push the images over but i lost the hover/selection functionality from when it was originally below.
Try moving this
Or the full div:
to just above
Hope that helps, that's the best I can do without being able to do trial and error testing and refreshing.
Code: Select all
{% if images %}
{% for image in images %}
<li class="image-additional" id="gallery_01">
<a href="javascript:void(0);" data-image="{{image['thumb']}}" data-zoom-image="{{image['popup']}}" title="{{ heading_title }}">
<img src="{{ image['thumb'] }}" data-zoom-image="{{image['popup']}}" title="{{ heading_title }}" alt="{{ heading_title }}" />
</a>
</li>
{% endfor %}
{% endif %}
Code: Select all
<div class="position-r">
<ul class="product-additional owl-slider">
<li class="image-additional" id="gallery_01">
<a href="javascript:void(0);" data-image="{{thumb}}" data-zoom-image="{{popup}}" title="{{heading_title}}">
<img src="{{thumb}}" title="{{heading_title}}" alt="{{heading_title}}" />
</a>
</li>
{% if images %}
{% for image in images %}
<li class="image-additional" id="gallery_01">
<a href="javascript:void(0);" data-image="{{image['thumb']}}" data-zoom-image="{{image['popup']}}" title="{{ heading_title }}">
<img src="{{ image['thumb'] }}" data-zoom-image="{{image['popup']}}" title="{{ heading_title }}" alt="{{ heading_title }}" />
</a>
</li>
{% endfor %}
{% endif %}
</ul>
</div>
Code: Select all
<h1 class="product-item-name">{{ heading_title }}</h1>
v3.0.3.8
I'm here for a reason, if your response is contact a/the developer, just don't reply.
Who is online
Users browsing this forum: dimitris212 and 32 guests