Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantYa, although they are same language, they seem to take different files for reference.
Let me know if there is anything else.Pratik
ParticipantI am sorry but I tried only Deutsch and it worked.
The po file is present only for Deutsch. So if you want it to work for Deutsch (Scheweiz), then you will need to do following:
1. In themes languages folder, copy de_DE.po and de_DE.mo files and rename it as de_CH.po and de_CH.mo files
2. Then if you want to edit that translation file, just open that file from free software from http://poedit.net/ and make edits.Let me know how it goes.
Pratik
ParticipantI tried changing the language to Deutsch and those texts changed automatically to that language. Can you let me know which language you have selected in Dashboard => Settings=> General=> Site Language?
Pratik
ParticipantYou are using a lot of CSS in Custom CSS box. Can you try removing them and seeing if the problem persists.
Pratik
ParticipantYou can increase/decrease its size by clicking and dragging the bottom right corner of the box as shown in image: http://tinyurl.com/jrejnpk
For a lot of CSS changes, it is recommended to make changes via child theme.
Pratik
ParticipantHi, I checked your site and the Primary menu shows up as hamburger menu on top left side of the site. The reason you are not able to view it is due to the color of the background and the menu is the same and the menu is blending into background. You can try and change the background image to something dark/black color and see.
Check the screenshot: http://tinyurl.com/jhlofh2
Since you are using dark theme, the color of menu becomes light colored, and exactly like your background.
You can change the color of this menu by using following CSS code in Appearance=> Customize=> Theme Options=> Custom CSS Box:
.mobile-menu-anchor a.genericon-menu, .mobile-menu-anchor a.genericon-menu:hover { color: #404040; }This will change the color of primary mobile menu.
Let me know if this solves your issue or not.
Regards,
PratikPratik
ParticipantFor that, please follow following steps:
1. Goto Appearance=> Customize=> Header Image => Enable Featured Header Image on
2. Make sure Excluding Homepage, Page/Post Featured Image is selected. You can also select other options depending on your need. Visit this link for more detailed instructions on what each option does.After this, your featured image for posts/pages should show up as header image like in demo. If there is no featured image, then default header image will show up.
If the image still does not show up, then go to the edit page of that page/post, then look for Fabulous Fluid Options and make sure Default option is selected in Header Featured Image Options
Let me know if you have further problems and also, please post in your Site URL.
Regards,
PratikPratik
Participant@tinus53: Ah yes, this is from theme styles. So to disable it, please use following code in Appearance=> Customize=> Theme Options => Custom CSS box:
.wp-caption .wp-caption-text::before { content: ""; }If you also want to remove space on left, add following code as well:
.wp-caption .wp-caption-text { padding-left: 0; }Let me know how it goes.
Regards,
PratikPratik
Participant@tinus53: By the image you have provided, it looks like you have added image caption, so change it, you need to got to the page/post edit page and then edit the image.
If this is not the case, please provide site url.
Regards,
PratikPratik
Participant@spespam: New update has been released fixing this issue. Please update to latest version of catch-box theme and videos will be resized.
Pratik
Participant@smoothiechode: For that, you will need to contact the customization team at https://catchthemes.com/hire-customizer/
Pratik
Participant@mmhgloba: You can use following code in Appearance=> Customize=> Theme Options=> Custom CSS box:
#content .page-header .page-title { display: none; }Pratik
Participant@alwilleford: When adding header image, do you skip cropping? If you want to add a large image, you should skip cropping. Maybe it is due to the full width, but it should have not created that blurry images.
——————————————————————————–
@khuana: Recommended Header image size is 1200x400px, but you can skip cropping and add any size you like.Pratik
ParticipantOnce complete, you can verify by looking at the page link you provided.
Pratik
Participant1. When making changes to the Woocommerce layout from the drop-down list, the changes made are not showing up on the store. For example, when selecting no sibebar (full width), the sidebar remains.
This is strange as it is working fine on my end. Can you go to the shop’s edit page and see what option is selected under Fullframe Options => Layout Options2. Just the same slider provided by full frame pro, but to be displayed only on the store homepage http://www.tinderprofile.com/store and to have 8 different slides corresponding to the 8 product categories (TinderProfile.com exclusives, cameras, software, books, etc). If possible, they change automatically every few seconds rather having to clicking arrows – but not a necessity.
I am sorry but this is not possible through theme support. Please hire a customizer for this work.4. I already am using featured content in my homepage http://www.tinderprofile.com. Is it possible to add a seperate one in the footer of my store for this purpose. If so, how?
I have to apologize again but this is also not possible. Please hire a customizer to do so.Regards,
PratikJuly 18, 2016 at 12:55 pm in reply to: Changing width of header and slider messes up my image gallery #95623Pratik
Participant@ariannacaiazzo: Glad it worked out. Thank you for using our theme.
Pratik
Participant1) style.css – I entered the Theme name and Template accordingly, should I just leave everything else the same as the parent theme? Or remove it as it is optional?
You can remove it as parent theme style.css is loaded.2) Functions.php – the way the instructions are worded in the link you sent seem ambiguous to me. Please note that I have no experience at what we are attempting to do.
It says that the functions.php file begins with a PHP opening tag and ends with a closing tag. But your sample does not have the closing tag. This throws me off. I don’t know if I add the closing tag and then insert the enque function below the closing tag. But then a bunch more questions come up like does the enque function need a opening and closing tag? Where in the function.php file is it inserted exactly? Above or below? You assume I know these things.
In Theme editor in my wordpress admin I noticed that functions.php file does not have a PHP closing tag….this does not help explain things.
I found useful information at https://codex.wordpress.org/Child_Themes
Their function.php creation instructions make sense but they dont match up with yours.
For example: this step is not necessary in their instructions
<?php
/**
* Child Theme functions and definitions
*
*/They just say add the enque function. There is no mention or sample code concerning the above on their website. Their samples also include the opening and closing php tags.
You say in your instructions “that at this point your childs theme works just fine” how am I supposed to know this? I would not know if it was done correctly, if I used your sample it wouldn’t have a php closing tag – is this correct method?
You just need to add the code provided in your functions.php file after all the codes and just before the closing final?>tag. You can remove the final closing tag as PHP will add it itself. If you are uncomfortable with this, please hire a professional for custom work because fatal errors can stop the site from working.3) archive.php – if this involves more then just creating a empty archive.php then I need to find instructions for it which I have not searched for yet. Otherwise if I simply paste the code in then it should be pretty easy. The code in the link you sent has opening and closing PHP tags.
Just create an empty archive.php file in the root of your theme folder and add all the codes provided. Do not add this code it in functions.php file.5) Custom CSS box – as long as all I do is paste the code in there it should be simple. But does the css box know automatically where to insert the code? I dont know this I have never done it.
Yes, just add it in the box and it will add it automatically6) If something goes wrong is the fix simply to delete or remove the files I added from the WP content -theme directory?
If something goes wrong, please remove the child theme folder and then you can change the theme back to parent theme. Please create a backup of all your WordPress installation and database before proceeding. If you have backup, you will be able to restore the original site in case anything happens.Let me know if you need more explanation, I will gladly explain things further.
Regards,
PratikPratik
Participant@spespam: We will add it in next version and release it very soon, so I recommend you to wait.
If you want it, I cannot recommend any plugin but you can select use any plugin that uses fitvid plugin from WP.org plugins repo
Pratik
ParticipantI checked the site and you have added height: 400px, so I am guessing you figured it out.
Do you still need help with it?
For better picture dimension, since the image is in full width, I really wont be able to say as different devices have different screen sizes and resolution. So, I will recommend any 21:9 or 16:9 aspect ratio size as most devices are of this ratio.
Pratik
ParticipantYou are welcome 😀
-
AuthorPosts
