Template NewEdge - SP Page Builder - Question | JoomShaper

Template NewEdge - SP Page Builder

HS

HUMBERTO ENRIQUESANDOVAL SMITH

Template 2 years ago

Hello. I do not know It is any problems with the template or SP Page Builder or maybe I am missing some configurations, Please ¿Can you Help me? Attachment screenshot In the section "News Gallery" >Addon "Thumb Gallery. I have some issues First: error to the Show navigate arrows

Second: Just show one image and also when clicking on the image, in the carousel, it should also show in the big image

Details: template: Newedge Joomla: Version: 3.9.26 template: Version: 2.5. SP Page Builder Pro: Version: 3.7.11

0
17 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #21170

Hi there!

Thanks for your query.

Please allow me time, I will get back to you.

Best Regards

0
HS
HUMBERTO ENRIQUESANDOVAL SMITH
Accepted Answer
2 years ago #21171

OK

0
HS
HUMBERTO ENRIQUESANDOVAL SMITH
Accepted Answer
2 years ago #21193

Any anwers Rashida Rahman??

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #21232

Hi,

Here is the solution to the first issue.

Please put the following code in your custom CSS:

.sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-next a:before, .sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-prev a:before {
    font-family: 'Font Awesome 5 Free'!important;
    font-weight: 600!important;
}

Hope this will solve the issue for you.

I need time to look into the other issue. Please allow me!

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Best Regards

0
HS
HUMBERTO ENRIQUESANDOVAL SMITH
Accepted Answer
2 years ago #21322

thank you Rashida, I solved first issue

0
HS
HUMBERTO ENRIQUESANDOVAL SMITH
Accepted Answer
2 years ago #21335

I will wait the second issue

0
HS
HUMBERTO ENRIQUESANDOVAL SMITH
Accepted Answer
2 years ago #21382

Hello, Any anwers Rashida Rahman?? about issue 2

0
HS
HUMBERTO ENRIQUESANDOVAL SMITH
Accepted Answer
2 years ago #21512

Hello, Good morning, can you help me with the second issue please??

0
HS
HUMBERTO ENRIQUESANDOVAL SMITH
Accepted Answer
2 years ago #21589

please, Rashida Rahman any answer?

0
HS
HUMBERTO ENRIQUESANDOVAL SMITH
Accepted Answer
2 years ago #21605

please help me with issue number two.... I need to release my web site

0
HS
HUMBERTO ENRIQUESANDOVAL SMITH
Accepted Answer
2 years ago #21607

Rashida Rahman please help me!

0
HS
HUMBERTO ENRIQUESANDOVAL SMITH
Accepted Answer
2 years ago #21608

helloooooooooooo

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #21692

Hi,

Sorry for the delayed response.

I am looking into your second issue now.

Regards

0
HS
HUMBERTO ENRIQUESANDOVAL SMITH
Accepted Answer
2 years ago #21694

okey

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #21698

Would you please check now?

The issue is solved.

Best Regards

0
HS
HUMBERTO ENRIQUESANDOVAL SMITH
Accepted Answer
2 years ago #21704

Yes, It is resolved. Thank, you, ¿what it is the problem?? I want know??? please

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #21710

Glad that the issue is solved.

I have done the following:

Find out the code from the location templates/shaper_newedge/sppagebuilder/addons/thumb_gallery/site.php

foreach ($items as $thumb_item)

Replace with this code

foreach ($items as &$item)

Thanks

0