316 comments found.
ok how can i send you the access data?
I got your message as PM.
ok, sorry but I didn’t understand where I need to change the page ids? in which file should I replace them?
Page ids or slugs in Site Sections JSON data. You should buy it for extra support!
The theme was registered to me by envato market can I buy only the support?
You don’t have “PURCHASED” tag. And, you should use the account who bought the item for support questions.
i just bought the theme, could you help me now?
I realized it. You can PM me WP admin login info from my profile.
I didn’t install WPML on demo site. So, I need your site info.
I’ll send you a url and screenshot to help you where to translate the JSON data.
ok how can i send you the access data?
I send the user and password a athenastudio87@hotmail.com
You should install “WPML String Translation” plugin in order to translate JSON data.
I fixed “Site Sections” WPML issue. You don’t need to edit JSON data anymore. Just add sections separately for each language.
Hi I have read this comment about the translation with wplm, I have the same problem, could you help me?
You need to edit “admin_texts_angora_sections” JSON value by changing page IDs.
SITE_URL/wp-admin/admin.php?page=wpml-string-translation%2Fmenu%2Fstring-translation.php&context=admin_texts_royal_sections#icl-st-toggle-translations
You can edit it online here: https://jsoneditoronline.org/
Replace about, clients, contact… page links and copy them to the textarea below it and Save.
Yes. You need to edit JSON value and change page ids.
Hey there, I hope you’re doing well.
I was with the free version of Angora theme and I just bought it to get the latest update.
I’ve deleted everything and re installed plugins and theme back. But I can’t get a single image showed on the header, as well Logo isn’t showing properly.
Can you help?
Thanks a lot.
Most of things changed since the free version.
I made single image, slideshow and video backgrounds as Angora WPBakery shortcode.
You should add it again.
https://prnt.sc/119ieqhYes did it like that already but it doesn’t work. Home section is correctly set up on Front Page as well. https://prnt.sc/119ihme
You can PM your WP admin login info as PM to have look.
You should add Angora / Single Image.
https://prnt.sc/119ikd4Thanks just did it !
I added “Single Image” with sample texts.
I’ll be happy if you rate my theme.
Thanks so much ! I make sure to do it now 
Last question, is there a way of having all the thermify icons showing in the Social Links section? I miss the apple icon for exemple. Thanks
All available icons are listed.
I might have a problem or i don’t cause i don’t see the Apple one. But i see that the icon is available in the SVG folder.
Social icons are Font Awesome. I added Apple icon and updated. You can download it and replace complete theme or admin/font-awesome/social-icons.php.
I see thanks for the help !
Ok. Thanks!
Hi, I want to make my side multi-language and I have installed WPML plugin. When I create a page with a different language and I click on the flag with the language the WordPress theme doesn’t change. In addition all the modules in the site sections are getting all in auto draft mode. Any idea how to fix this?
You should edit Site Sections JSON data which is talked on past.
Thank you for the reply. I didn’t find anything in the comments related to the JSON point. Can I have some specific instructions?
You need to edit “admin_texts_angora_sections” JSON value by changing page IDs.
SITE_URL/wp-admin/admin.php?page=wpml-string-translation%2Fmenu%2Fstring-translation.php&context=admin_texts_royal_sections#icl-st-toggle-translations
You can edit it online here: https://jsoneditoronline.org/
Replace about, clients, contact… page links and copy them to the textarea below it and Save.
Hello,
I have setup theme and import data on my localhost. But I couldn’t seen background images on Section ‘Mission’ and ‘Pricing’.
When I was upload or change background image on admin side path ” Menu -> Site Section -> Mission ” but image couldn’t change on Frontend site for this sections.
Check Screenshot here : https://ibb.co/vcJZSxG
So, Kindly solved my issue ASAP.
You should add “Google Maps API Key” to Angora / General.
how to leave the cart in the menu on all pages?
After enabling WooCommerce, you’ll see following theme option: Angora / Header / Shopping Cart Icon. Make it Enabled.
https://prnt.sc/104gd4jHi.
On the Blog section, is there a way to configure so it shows posts from an external blog (on another domain)?
Thank you.
You can add only your blog posts.
Hi.
I created and inserted a Google Maps JS API key as per the instructions, but the map is giving me the following error: “This page can’t load Google Maps correctly.”
Do you have an idea of what may be happening?
Here’s a link to the website: https://cityoflondonpsychotherapist.co.uk/test/
Thank you.
You should enable “Maps JavaScript API” on Google console.
Also, I suggest you to use my Google Maps element instead of external iframe or code.
Fixed it. Thanks.
Also, is there a way to change the hue on the map. It’s got this reddish colour, can it be changed?
You can use my map element for custom colored.
You can change the map JS options from layout/js/main.js.
Thank you for the reply. Can you advise what I should change in order to have the map in standard colours?
Go to line 955 and remove following option:
styles:style
Thanks for the quick reply. However, it hasn’t worked. Any other suggestions? Thanks.
You can remove style variable completely and clear browser cache.
Great. Thanks.
Good morning.
Is there a way to reposition the text on the slideshow? I know I can edit for it to be aligned left, centre or right, but is there a way of positioning it for example on the lower right of the slide?
Many thanks.
I wrote sample code below which should be placed to Appearance / Customize / Additional CSS:
.intro .content header {
color: #fff;
text-align: center;
position: absolute;
bottom: 30px;
top: 0;
margin: 0 auto;
width: 100%;
right: 0;
left: 0;
}
.intro .content header h1 {
text-align: right;
}
Also, I’ll be happy if you can rate my theme.
Hi there. I just bought your theme, and everything looks great.
I’m not very experienced in Wordpress, so please bear with me.
Is there a way to have something written instead of a logo on the header? All I want is my name and my phone number (and if people can click on the number to call me, that would be great). I tried uploading that as an image, but when I resize it to fit the header the words look very low resolution.
Thank you for your time!
You can upload both normal & 2x version of your logo for high resolution.
You need to open Appearance / Theme Editor to insert text. Open header.php. Go to line 53 and remove tags with logo-light, logo-dark.
Also, you need to add custom CSS. Open Appearance / Customize / Additional CSS.
.navbar-brand {
color:#fff;
font-size:20px;
}
So, I suggest you to take help from a WP developer.
Thank you for the quick reply.
Is there a way for the logo image to scale/resize automatically when I upload it?
If not, what are the correct dimensions to upload?
Many thanks.
Also, on the CSS code you sent, where would I write the text?
Logo doesn’t resize. But, it shows 2x version on retina screens. You can make it max. 300px for cell phones.
Thank you.
I know this is a total newbie question, but in the case of the code you suggested, where do I insert the things I want to write (eg my name, number, etc)?
Remove following codes on line 52-53 and write texts instead of them.
<img class="logo-white" ...="" /> <img class="logo-dark" ...="" />
Thanks. I’ll give it a try.
Ok. I can help you doing it if send WP login info as PM. Also, I will be happy if you rate my theme.
Hi. Thanks for your help. It worked. I managed to put the logo information as just text (It’s only my name and my number underneath). One more thing, I’m trying to make the telefone number clickable (so people can call me directly from the logo area). Without the code it all looks fine. But as soon as I put the code in, it looks fine on desktop, but on mobile it messes up the header (the phone number is misaligned – on top of the menu lines). Can you think of a reason why this must be happening? Thanks again.
Most of CSS should be changed for it. Please, get help from a coder.
That’s fine. Thank you for your help.
Ok. Thanks!
Hi there
I just bought the license and upgraded from the free version, but now I have a black image in the home header. I can not find where I can change the image and the animated text you have in the demo version.
In the free version I had the image and text edited, but now is black.
www.boleramaforum.com.mx
Thanks
I updated homepage coding to make it editable by WPBakery page builder after its free version. Also, Angora plugin updated. You should remove & reinstall it, too.
Again. The image shows up half a second and then the image home page turns tu black. www.boleramaforum.com.mx
You can check your site by Developer Tools feature of browser if you did something wrong and gives error.
There’s not a Front Page in your site. You should select “Section Type”, too.
You can look at Front Page settings below: https://prnt.sc/zosxipImage layer seems empty. Are you sure you updated both theme & plugin?
I updated the theme to 1.7 and deleted the plugin Angora Addons and installed and activated again.
Please, send WP login info as PM! And, clear CDN cache if you use.
With the Front Page at the WPBakery I have a section “Custum Fields”. Is there anything to do with that?
No. You just need to add Angora / Single Image element and put the image there.
https://prnt.sc/zouy9qThere’s not “Home Section Type” at the bottom in the new theme options.
Please, remove & reinstall both theme & plugin.
I added the Variation Swatches For WooCommerce plugin and it is not appearing on my product page. is this plugin not compatible with the theme?
I added WooCommerce templates. You should check if there is an error on its settings.
It works!
Ok.
Hi, I recently switched from free 1.5 to paid 1.7 because I had problems displaying my portfolio. After the udpate it still occurs. When I add portfolio items to the homepage through the sections, these blocks have a white space. When I enlarge or shrink my browser window, it shows correctly. Any idea how I can fix this? I have tried to reinstall the theme and disable all (unnecessary) plugins, but this still occurs. Thanks in advance!
You need to set link settings of WordPress instead of id=123…
Do you mean the permalinks? Those are postname
Yes. You can send me a test url to check it.
Of course, you can view the website at: https://www.studioromulus.be
I just checked your site. Portfolio item opens in the same page. But, portfolio images loads so slowly.
Thanks, but that isn’t the problem.
When you visit the website there is a whitespace between the rows in portfolio. Once you resize your browser window it gets recalculated and works perfectly. Pictures are less then 100kb and tried it with only 2 rows now. See screens for more info.
First visit: https://www.studioromulus.be/wp-content/uploads/2021/02/screen1.png After resizing browser window: https://www.studioromulus.be/wp-content/uploads/2021/02/screen2.png
You can look include Google Maps JS API key or open Developer Tools
Can you elaborate on this? What does Google Maps API have to do with displaying these portfolio blocks? I have opened the Developer Tools, but there are no errors in the console.
You can get it on Google and copy to General options of theme.
I think you misunderstood. The problem is that when you view the ‘portfolio’, there is a whitespace between the rows that shouldn’t be there. When you resize the browser, it recalculates and it works perfectly. I would really want the whitespace gone, how can I fix this?
First visit: https://www.studioromulus.be/wp-content/uploads/2021/02/screen1.png (The whitespace here needs to be gone)
After resizing browser window: https://www.studioromulus.be/wp-content/uploads/2021/02/screen2.png (this is how it should look like when you first visit, without the resizing. )
Your images are too high! 2560×1440 px. It makes them to load so slowly. And, image resize JS code doesn’t run at 1st.
I used 800×800 px images.
You can resize your images to 800×450 px or another smaller size than 2560 px.
Thanks! Issue resolved.
Had to do it manually, the plugin ‘Smush’ is causing conflictions.
Ok.
Why has my video homepage spontaneously broken? It’s broken on the newest version as well as 1.5. Also on your demo template also broken. it shows up with no video and everything white.
You should add Video Background element by WPBakery editor which is written in the upgrade log info.
it doesn’t work, its broken. look at your demo. shows up white with no video
is that so…? https://imgur.com/Ah2MPHi
It works! Checked on Chrome, Firefox & Edge: https://imgur.com/a/LHqqlVP
You can write your browser name-version and open Developer Tools to see what causing error.
Weird! Check it with Firefox & Incognito mode and it started working. Cleared cache and nothing but clearing cookies worked. Hope that doesn’t happen to other people? Not really sure why that happened but my guess is from messing with my website? Thanks anyway!
Ok. Thanks!
I had this plugin as Freebies of envato. I started to work with the theme. Now the client’s approval, I purchased the license. I did an update and the homepage – paralax video stopped working. can you help me?
I updated theme as you can see from logs in description. And, its homepage style is fully different now.
You should include video addon via WPBakery editor.
tnks
Thanks! I’ll be happy if you can rate it from Downloads.
Hi, I have installed your free theme, its great theme… I can’t find where to change the font colors on homepage slider? Thanks a lot
You can change it from stylesheet.
found it, thanks….
Ok.
Hi I just bought ANGORA. (INVOICE c32612ff740d48a0a690338ac4529ad6)
First of all, great theme. My site is www.batb.club
Some questions
1. How do I show more blog posts? Currently showing three only: https://batb.club/vincents-letters i want to show more2. I am using video homepage. Can the video be unmuted? If so, how?
3. On mobile, the homepage video is too big. Can this be fixed?
4. On bar title, can we NOT show the percentage? just a red line and number? I put nothing in value=”” and it still showing % [bar title=”Original Run: Sept 5, 1987 to Aug 4, 1990” value=”“]
5. Client logos on home page are not rotating. Can this be fixed?
Thank you!
You can change “Column” variable in Blog Post page: https://prnt.sc/wdsoty
Uncheck “Video Muted” option of the BG video. The video uses YTPlayer JS and it fits on the screen automatically.
You can change the start time of the video. I can do nothing about video title.
https://github.com/pupunzi/jquery.mb.YTPlayer/wikiClient logos rotate automatically if they’re bigger than an amount.You can increase them to 7-8…
deleted
You should update theme and enable WPBakery editor.
deleted
Ok
Hi there. Thank you for a great theme! Quick question, for some reason when I try to update the latest version of the theme, it reverts back to the theme original files and not the site’s content. any ideas? I’m trying to fix the error on the homepage where the title is appearing in the menu area. See site below:
https://artaxbiopharma.com/Thank you!
You should remove & reinstall Angora plugin, too.
that didn’t work. for some reason the original data is still loading.
i’ve done a bandaid fix with some padding, but if you could help solve the issue of the updates causing the demo data to load, I’d really appreciate it.
You can PM me to install new version of theme.