Just installed with kickstart the new version.
Now it works fine.
On my new website https://www.polymersynthese.com
I would like to install only the template. I don't want to take any samples. However, the ZIP file seems to me to be unchanged compared to the old download. (same date) Can I load this zip file and it will work the same as the quickstart?
agethemes
POSTED: 2022-10-13
Hello LIEDTKE,
Thank you, we just re-submited new package with this update, please waiting for Astemplates approve within 24 hours and recheck.
Thanks for that. Another question in between: Where are the GPS data changed for contact maps. Not found in the menu item, not in contact info, not in the contact map module and no plugin either.
Hi,
1.
in Page "Home" in headlines you have About us, Portfolio, Pricing etc. Looks good, but they all h1 elements. If i change it to h2 the effect is gone. Any idea?
2. If i edit a article in content it works fine. But if try this under Menu items Edit selected article i got Error 403. .htaccess is ok, use url rewrite is on. Here my .htaccess:
## These directives are only enabled if the Apache mod_rewrite module is disabled
<IfModule !mod_rewrite.c>
<IfModule mod_alias.c>
# When Apache mod_rewrite is not available, we instruct a temporary redirect
# of the start page to the front controller explicitly so that the website
# and the generated links can still be used.
RedirectMatch 302 ^/$ /index.php/
# RedirectTemp cannot be used instead
</IfModule>
</IfModule>
## These directives are only enabled if the Apache mod_rewrite module is enabled
<IfModule mod_rewrite.c>
RewriteEngine On
i have other website by the same provider. There it works fine.
Sure its not something with "index.php" or .htaccess ?
agethemes
POSTED: 2022-10-31
Hello LIEDTKE,
We use same framework (Helix) for all templates. We do not limit any functions from admin panel, you can switch to default Joomla template and recheck.
Next problem:
In Site Module u have 2 Module named "ABout us". One in Position Bottom 1 and on in Position Bottom2.
I try to change the module for Bottom2. When i open it i have to edit with page builder. But cant change the text color. Why i can't see them under "Komponent/Page Builder/Pages" ?
See the pic: https://ibb.co/8cxC7zj
I want the text color white.
agethemes
POSTED: 2022-10-31
Hello LIEDTKE,
The bottom content is modules, not from page builder (a part of template). You can edit it via Module Manager.
For color, you can go to Template Settings > Custom Code, and add more CSS for "Custom CSS code" field to define new color for bottom area
1/ For link, add more cost
#sp-footer a, #sp-bottom a {
color: #xxx;
}
with '#xxx' is your color code
2/ For social icon color
#sp-bottom1 .shrewd_solution_icon ul li a {
color: #000!important;
}
Get an access to all 211 items designed and developed by Age Themes team plus all the future items
which will be released over the course of your club subscription.
Price starting from $51.75
View History
Just installed with kickstart the new version.
Now it works fine.
On my new website https://www.polymersynthese.com
I would like to install only the template. I don't want to take any samples. However, the ZIP file seems to me to be unchanged compared to the old download. (same date) Can I load this zip file and it will work the same as the quickstart?
Thank you, we just re-submited new package with this update, please waiting for Astemplates approve within 24 hours and recheck.
View History
You can see this guide https://doc.agethemes.com/joomla-4-at-construction-premium-document/#ftoc-heading-12
View History
1.
in Page "Home" in headlines you have About us, Portfolio, Pricing etc. Looks good, but they all h1 elements. If i change it to h2 the effect is gone. Any idea?
2. If i edit a article in content it works fine. But if try this under Menu items Edit selected article i got Error 403. .htaccess is ok, use url rewrite is on. Here my .htaccess:
## These directives are only enabled if the Apache mod_rewrite module is disabled
<IfModule !mod_rewrite.c>
<IfModule mod_alias.c>
# When Apache mod_rewrite is not available, we instruct a temporary redirect
# of the start page to the front controller explicitly so that the website
# and the generated links can still be used.
RedirectMatch 302 ^/$ /index.php/
# RedirectTemp cannot be used instead
</IfModule>
</IfModule>
## These directives are only enabled if the Apache mod_rewrite module is enabled
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.polymersynthese.com$ [NC]
RewriteRule ^(.*)$ https://www.polymersynthese.com/$1 [L,R=301]
RewriteCond %{SERVER_PORT} !=443
RewriteRule ^(.*)$ https://www.polymersynthese.com/$1 [R=301,L]
</IfModule>
Something wrong?
Is this your website? https://www.polymersynthese.com
I tried to search heading title as you told, but can't found it.
About us, Portfolio, Pricing
Does it means?
ÜBER UNS, PRODUKTE, UMWELT
right?
View History
Admin User
Astemplate
PWD:
astemplate
Can you recheck login? I tried but no luck.
View History
https://www.polymersynthese.com/administrator
Its' done, please recheck.
Just change the password after that.
Thank you!
View History
Page Builder ist gone.
After klicking Page Builder the home page is showing.
Menu Page Builder is gone.
i installed the pro-version
Can you send me screenshot about your issue?
Just make screenshot and upload it to imgbb.com and share me a link to check.
View History
https://ibb.co/s1FNSmX
As your screenshot, it's permission with your hosting, not template or Joomla I think. Could you please check it with your hosting provider?
View History
Sure its not something with "index.php" or .htaccess ?
We use same framework (Helix) for all templates. We do not limit any functions from admin panel, you can switch to default Joomla template and recheck.
View History
Next problem:
In Site Module u have 2 Module named "ABout us". One in Position Bottom 1 and on in Position Bottom2.
I try to change the module for Bottom2. When i open it i have to edit with page builder. But cant change the text color. Why i can't see them under "Komponent/Page Builder/Pages" ?
See the pic: https://ibb.co/8cxC7zj
I want the text color white.
The bottom content is modules, not from page builder (a part of template). You can edit it via Module Manager.
For color, you can go to Template Settings > Custom Code, and add more CSS for "Custom CSS code" field to define new color for bottom area
1/ For link, add more cost
#sp-footer a, #sp-bottom a {
color: #xxx;
}
with '#xxx' is your color code
2/ For social icon color
#sp-bottom1 .shrewd_solution_icon ul li a {
color: #000!important;
}
View History
See pic: https://ibb.co/9YtYZ7w
Did you try to click button "Edit with SP Page Builder" like your screenshot?