Forum Replies Created
-
Hello, it seemssome code change you did was not correct.
If you have a screenshot of your actual file I can tell you something more, otherwise is very hard to understand what happened.The provided instructions, if correctly implemented, don’t lead to 500 errors.
I have otherwise an alternative suggestion: we used ourselves in other sites some TOC plugins.
I found out there are many, and some of the allows to add the TOC via shortcode, instead of automatically putting it in the content.If you put it via shortcode, it will work out of the box without any code customization.
I don’t remember if I used exactly this, but it should work fine
https://wordpress.org/plugins/shortcode-toc/
as selector you should use .qt-the-content
This is another too, maybe sipler
https://wordpress.org/plugins/fx-toc/in reply to: TOC in post with video formatHello,
correct workaround.
About events, if they are in the exact same place, they overlap.
The markers are all in the exact same position so actually they are one on top of each other.In your case I’d strongly recommend to change the shortcode and set the menu to open (open=”1″)
in reply to: Use Places as a CategorieHello Stephen, sorry for letting you wait, we are half closed/on holiday so the answers are a bit delayed.
We believe that like this is still better than delegating the support to indian services as many other WordPress author does 🙂2) Which IE version? We saw on IE11 that the text shadow is too far. It seems nobody saw the problem before, probably because that browser is barely used (https://caniuse.com/usage-table). Will provide a specific update in few days.
4) Can put this in the next theme update next week.Any other open issue from this thread?
in reply to: some general and mobil issuesHi, the plugin is provided with Bundle license.
Activation is a strategy from WP Bakery to make people buy a “Personal license”, which you are free to purchase to access premium contents.
Bundle license doesn’t give access to premium contents, sorry.in reply to: WP BakeryHello and thanks for getting back, you can remove all this
and leave only
<?php the_content(); ?>
- This reply was modified 6 years, 4 months ago by themes2go.
in reply to: TOC in post with video formatHi Nomad and thanks for your feedback.
The code customization offered by my collegue Andrea has to be applied probably to other templates. He is explaining it for the tutorial template, but in the theme folder you will find 3 template-[…].php files.You probably need to perform the customization on another template like the video or the default one.
in reply to: TOC in post with video formatHi, I’m sorry I thought my previous answer was already providing the solution:
https://d.pr/free/i/buC1s5I’ll try to be more clear: in Page Builder (visual composer) while you edit the Column setting (only columns, not rows or other elements) you have a tab with Responsive options.
In this tab you can choose to display that column only in specific devices/resolutions.
With this system you can format a space for mobile and one for desktop, or even make 3 secmentations.
Stil, all this thread has nothing to do with the Icons plugin, but is about Page Builder and how to use it.
My best suggestion is to please study the page Builder manual as what you need doesn’t require any extra CSS more than the one I provided to change the icon size.
All you want to do is within page Builder possibilities without any programming or coding.
Please start here
https://wpbakery.com/video-academy/control-elements-different-devices-responsive-column-controls/Then you have the full manual to read, but this is NOT support for our plugin.
in reply to: Icons2Go ProblemHello,
please follow the instructions you’ll find on this page:https://www.themes2go.xyz/helpdesk/email-support/
Thanks
in reply to: BilingualHello,
in order to change the homepage header background, you should edit the page with WP Bakery Page Builder, find the first row containing your hero titles and edit its background.
See this image as reference: http://d.pr/i/jd8vnD
If you have any other issues I would be happy to help you.
Have a good day,Andrea
Icons are responsive, is the same also in the demo site. If you want the icons to be same size you need to add your own CSS with the media queries. The plugin works as in the demo you saw, these are code customizations.
The css to change size is
.t2gicons-icon.t2gicon-fontsize-30::before { font-size: 15px; }
of course the selector is based on the icon size you choose, in this case “fontsize-30”
in reply to: Icons2Go ProblemPS please note that in Page Builder you can also hide and show certain columns for specific resolutions, so you can make an element for mobile and an element for desktop with different formatting and settings, which for small elements is a good solution.
Another important thing to note is that your actual theme is REWRITING VISUAL COMPOSER STYLING and this can lead to different results which we are not responsible for:
https://imgur.com/a/eI4IlrH
visual composer classes starts with vc_ while your rows and columnts are with q_elements_ (not standard page builder classes).Last but not lease, vertical alignment of containers is NOT something that should be handled by the icon itself, it would mean that a content can rule the container.
It is as saying that a car should be able to change the size of the carage it’s in, which is the opposite of the general principle of web development, for which each element needs to rule onnly the parts belonging to its subcontainer.
in reply to: Icons2Go ProblemHi and thanks for the link.
No login needed, issue found.
The problem happens because you manually added a PADDING TOP to the text as you can see in the screenshot.
The plugin works with every theme, and the problem was not from our plugin but from your settings, therefore it can be fixed just changing the padding.
Please note how you have a padding top 12px (bad solution)While it’s perfectly centered vertically if you remove that padding.
https://imgur.com/4qZoiMANB I colored the icon in red to see it better because is white on white.
in reply to: Icons2Go ProblemHello,
that code is not theme related, I think it’s concerned with some third-party plugins you recently installed. I suggest you disable one by one and see if the problem persists.Have a good day,
Andreain reply to: Code auto added in postHello Andrea,
currently there is no such feature included with the theme.
You can try to achieve it by editing the PHP and CSS code by your self or maybe asking to some specialist on https://codeable.io/ or https://wpkraken.io/.Hope this can help you.
Have a good day!in reply to: Post CarouselFine!
Have a good day!in reply to: removing blue line from home pageHello! Igor here, developer from T2G.
Thanks for your screenshots, despite the issue isn’t regarding the icon themselves but more in general the Page Builder CSS end result, we took some time to do some tests and found out that there are, as you notice, those alignment differencies in mobile.Those depends on the CSS of Page Builder and of the specific theme you adopted, so the icon itself doesn’t have many possibilities to fix what stands outside of it.
Even thou we are now talking about fixing stuff out of the plugin territory, I’d like to help you a bit more with the problem.
Anyway this requires creating some little CSS for your specific page, and it is pretty hard without accessing the page.I’d say that if you can share the URL I’ll try to provide you a fix, even if not in this immediate moment.
Also, I’d like to present a possible workaround, don’t know if you tried already.
You can make a row into another row in Page Builder.
Then add an inner row with 2 columns, place the icon in a column and the text in the other column.
Then in the CHILD row, set vertical align to middle, and select Equal Height.
This should maybe do the trick.in reply to: Icons2Go ProblemHello Taiger,
the code snippet I sent you remove the text-shadow of the title.
If you want you can delete it.Try this instead
#qtcontents .qt-herobox {border-color: transparent !important;}
Just tryed with Chrome developers tools and it works fine.Andrea
- This reply was modified 6 years, 4 months ago by themes2go.
in reply to: removing blue line from home pageHello,
I’ve just recorded a quick video for you.Settings options can differ from theme to theme, but “content position” setting should be a default WP Bakery Page Builder option.
Thanks
in reply to: Icons2Go ProblemHello Taiger,
I’ve checked again, this should work for you:#qtcontents .qt-herobox {text-shadow:none !important}
Keep me posted on that.
Thanks,Andrea
in reply to: removing blue line from home pageHello timaay,
thanks for writing in. Andrea here from Themes2Go Customer Support.
Your issue is quite strange and in order to fix it, you can install a plugin called “WP Reset“, do a default reset of your WordPress installation and then try to install plugins and demo contents again.
Obviously, all your contents will be deleted.It can be also helpful, have a look at our installation video tutorial:
Keep me posted on that.
AndreaHi and thanks for the screenshots.
It seems your test was not performed from a Phone, is it possible? The theme is tested on real devices (android and iPhone, different models) and appears to work perfectly.
Please check this screenshot, it was taken a couple of seconds ago on a real Android deviceNo issues happening, 3rd level items are opening fine.
Maybe there is a problem on your website for other reasons, it would be useful to see the specific website, if you could please share the link.Thanks!
Igorin reply to: Mobile menu not workingHi, I’m sorry but in mobile there is no search in header (as in the demo site).
We can eventually add this request in queue for next theme version, but can’t provide a precise date.in reply to: Search in the headerHi! I think you could, by using the default post template.
There is a file called template-default.php (of course this is used when posts are NOT video posts and NOT selected as tutorial templates)-In this template you can remove the header
get_template_part( 'phpincludes/part-header-caption');
and inside of the content DIV you should add the title, right after
<div class="qt-the-content">
like this
<div class="qt-the-content"><h1><?php the_title(); ?></h1>
please note that if you set your posts as video, or you have automatic video template in the customizer options, it will be instead used another template file (there are 3 in the theme).
You can put this custom template you create in the child theme folder, so while updating the theme it won’t be overwritten.
in reply to: Post Template changeI understand, thanks for your clarification.
I’m very sorry but, even thou what you mention makes sense, this is not part of the actual product features and templates, nor something you see in the demos, so I can’t provide a quick fix for this.The link you posted is a Place, is not an eventtype (so is not an URL meant to display archives of events), it is the URL of a single place.
There is anyway a workaround to do what you want.
You show add an EventType category to the event with the name of the city, then in the menu display a link to this EventType. It will list all the events within a certain city.
In alternative, you can use a plugin to add custom categories, there are a couple working fine (maybe some of them dowsn’t work with custom types) https://wordpress.org/plugins/tags/custom-taxonomies/
Create a taxonomy “location” for the events, and this allows you to use this new taxonomy instead of eventTypes.
in reply to: Use Places as a Categorie1) Ok, this is another thing. The solution I gave you fixes the titles in the normal headers. And it works fine there (pages and posts). As in the first link you posted about this.
Then in the new screenshot, you are linking a text that is done with the shortcode. In this shortcode, for each line, you can choose the size. You need to please choose a smaller size for the line that breaks.2) Frint page text mobile: now I understand, you meant the text shadow (didn’t underwstand what background text was). Ok I see you already removed it totally.
3) Thanks for the slider clarification. Actually they are hidden because of space limitation and because these sliders have a more “showcase” than functional use.
You can display the arrows in mobile by adding.qt-material-slider .qt-control-arrows {display: block !important; }
4) Category Background: please be sure you have the category background plugin installed. While editing the category you should have the image editor like this:
https://d.pr/free/i/dOHSCPIf you don’t have this plugin, please be sure to have the latest theme version (it was introduced in a recent update, like one month ago).
Is tested and working fine
https://d.pr/free/i/zHe2MX5) ATTENTION: you have a problem here
https://seminar-finder.online/blog/This seems like a permalinks settings issue to me.
How to fix:1) Go in settings > Permalinks and set it as category/postname and save
2) In settings > eading be sure you DO NOT set a page as blog archive, as if you do it, WordPress will ignore all the page settings completely
3) If you use any caching plugin, purge the cache5) CONTINUE READING: thanks for the clarification, I was looking for a post or page. This is the title of the section that contains the navigation posts (previous and following posts.
Now, as you only have 1 post, the section is empty. As soon as you add a post there will be a navigation section below, as in the demos.I understand that now that you have only one post it appears as buggy. As matter of fact, people normally add 3 or 4 posts to a blog before making the blog section public (to provide the people some contents to digg in) sho you should never see the title with nothing below.
Anyway, if you want to delete it, you can edit single.php and delete this code temporary
in reply to: some general and mobil issuesplease add this CSS in the cuystomizer > CSS section
.qt-herobox {border-color: transparent;}
in reply to: removing blue line from home pageHello Dante,
1) Blog post template comes with sidebar and there is no option in the theme to remove it. By the way, you can always edit the PHP code and remove it manually. Make sure to use the child theme before proceeding.
2) It seems you are not choosing the right events category in the event shortcode.
3) Same as above
All the best,
Andreain reply to: BilingualHi,
in order to transform ads scripts into shortcodes, you can use plugins from WordPress repository, for example this one: https://wordpress.org/plugins/shortcoder/You can find a video tutorial on that page and see how to use it.
When you finally have your shortcode (eg [shortcode example] ) you can copy and paste it on the Ads Manager into the customizer.All the best,
Andrea
- This reply was modified 6 years, 4 months ago by themes2go.
in reply to: adding ads