Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantHi Fabio,
Do you mean Search and social icons on left side above slider? For that, follow following steps:
1. Add social menu. More info: here
2. Assing that menu as Header Social Menu in Apperance=> Customize=> Menu=> Menu LocationThen, social menu will appear below the search button.
Let me know if you need further help.
Regards,
PratikPratik
ParticipantHi @Poul,
Can you post in your site url?Pratik
Participanthi @stefanhoesli,
I checked your site and there is inderline on links on hover. Can you check the links in footer like “Let Go”, “Kontaktformular”, “Anfahrtsplan”, etc, they have underline on hover.If you want underline on titles like “Strategieentwicklung” too, then add following code in “Appearance=> Customize=> Theme Options=> Custom CSS” box:
.entry-title a:hover, .entry-meta a:hover { text-decoration: underline; }Also, there is some error in you custom css, near last line, instead of closing
}you have added{. Please make the changes.Regards,
PratikPratik
Participant@jvece1,
Can you post in your site url. What you are saying is possible, but will require some customization via child theme. If you are comfortable with it, i will provide you the code.Just hiding it does not need customization, I will provide you custom CSS for it after you post in your site url.
Regards,
PratikAugust 19, 2016 at 7:57 am in reply to: Woocomm.: create acct does not display fields for username and password #97601Pratik
Participant@gmg-jet:
Can you update your theme to latest version. The current version is 3.2.1 and you have 1.0.0 in your site.Regards,
PratikAugust 19, 2016 at 7:47 am in reply to: Woocommerce phone field displays incorrectly, a fyi :) #97600Pratik
ParticipantHi @gmg-jet:
We will add in next version update. Thanks for sharing this info with us.Thanks,
PratikPratik
Participant@Len,
For refund related matter please contact our sales team directly. However, Pro version does allow you to add several images of your own as Featured Slider. There must be issues with the server or conflict with other plugin. Please try deactivating the plugins and see if the problem occurs.You need to follow the instructions here
Let me know if you need further assistance.
Regards,
PratikPratik
ParticipantHi @KuczekRoss:
I am afraid this is not possible. If you want to allow other html tags in category description, you can use plugins like https://wordpress.org/plugins/allow-html-in-category-descriptions/. But please be advised that we do not endorse this plugin, any security issues from these plugins will not be dealt with from our support team. Please use plugins at your own risk.Regards,
PratikPratik
ParticipantHi Orlando,
False although speeds up the loading process, may create bad user experience as sometimes user will see half loaded images and so on. Everything will look fine after site loads. Usually, this will be bothersome to some low end server users and users with low bandwidth internet.I hope it helps.
Regards,
PratikPratik
ParticipantCan you try following CSS:
.taxonomy-description strong { font-size: 22px; }This will increase font size of content inside strong tag. You can try other css as well.
Let me know if this works or not.
Regards,
PratikPratik
ParticipantBecause I need to check which page titles do you mean. the CSS you provided is for featured content and not for page title. I need to check where the items are. Although the theme is Catch Responsive, there are several elements that can effect the display of site.
Please post in your site url so I can help you further.
Pratik
ParticipantHi @mayapour,
So you want to hide the page title but display slider text, please post in your site url for that.Pratik
ParticipantHi @KuczekRoss,
It looks like you have achieved these blog pages via categories. If not, then what you want can only be achieved by first, dividing the posts to their respective categories, and then you can add title and subtitle to the category pages by going to Dashboard=> Posts=> Categories, then edit the category you want, where you will be able to add name/title and description for category.
Pratik
ParticipantHi Orlando,
This is because by default, slider loads the images that are loaded first so that there slider loads up quickly.
To make slider load in order, goto Appearance=> Customize=> Featured Slider and in Image Loader option either select Wait or False
Save your settings.
Let me know how it goes.
Regards,
PratikPratik
ParticipantGreat you solved it yourself 😀
Pratik
ParticipantHi Sarah,
It is possible via custom css. Can you let me know which page you want the header image to be enabled on, then make sure you have added header image in Appearance=> Customize=> Header Image. After that, i will provide you css to hide it in other pages.Pratik
ParticipantFor language translation without plugin use, you need to create .po and .mo files in our theme language folder. Fabulous Fluid Pro theme is translation ready.
To translate the theme, you need to download free software from http://poedit.net/ and create your language file.
You can follow steps given here.Let me know if you run into issues. After you have made french translations, we can include it in the theme as well with you as a contributor.
Regards,
PratikAugust 12, 2016 at 12:17 pm in reply to: Trying to match width of content+primary sidebar to primary menu width #97106Pratik
ParticipantDo you want the menu and slider to be same width as content in home page as well, to achieve that, remove the previous code and add in following:
#feature-slider, .nav-primary { margin-left: 20px; margin-right: 20px; }This should work on all pages. Previously, I thought you wanted it only on pages.
adding the padding to the .sidebar-primary had no effect though.
It should work, can you add the code in and then let me see how it looks on site?August 10, 2016 at 2:18 pm in reply to: Trying to match width of content+primary sidebar to primary menu width #96998Pratik
ParticipantTo match menu and content on static pages use following CSS code in Appearance=> Customize=> Theme Options=> Custom CSS box:
body:not(.home) .nav-primary{ margin-left: 20px; margin-right: 20px; }To extend primary sidebar on to match content on homepage, use following code:
.home .sidebar-primary { padding-bottom: 28px; }Let me know how it goes.
-
AuthorPosts
