Forum Replies Created
-
AuthorPosts
-
Skandha
Member@salamali: I used an old version of the theme and updated in to 4.0 and it updated successfully and all my customization were retained so there doesn’t seem to be any issue with the theme. This may be due to any plugins that you are using or maybe a server issue. Please try contacting your server as well.
Kind Regards,
SkandhaSkandha
Member@matthewvic: Glad I could help you out. Let me know if you have anymore issues. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Member@matthewvic: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/* To justify post content */ article p { text-align:justify; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@webgrid: Go to => Child Theme Folder => functions.php and add the following CSS Code.
function clean_journal_header_right() { ?> <aside class="sidebar sidebar-header-right widget-area"> <section class="widget widget_search" id="header-right-search"> <div class="widget-wrap"> <span class"search-text">Search Here</span> <?php echo get_search_form(); ?> </div> </section> </aside><!-- .sidebar .header-sidebar .widget-area --> <?php }Replace the text Search Here with the text of your choice.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@matthewvic: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/fotografie/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
SkandhaSkandha
Member@ta0102: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.sub-menu li a::after { display:none; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@webgrid: For that you will need to create a child theme and do a bit of customization. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer.
Kind Regards,
SkandhaSkandha
Member@boss: You can use the site logo option for that purpose.
Go to => Appearance => Customize => Site Identity =>Logo => Select an ImageLet me know if this is what you want!
Kind Regards,
SkandhaSkandha
Member@richardmin: I was looking at the parent theme Fotografie Pro’s version. That was my bad, sorry. Can you try disbaling all your plugins and then try updating the theme?
Let me know if the issue persists.
Kind Regards,
SkandhaSkandha
Member@matthewvic: Go to => Appearance => Customize => Additional CSS and remove the following CSS Code.
p { text-align: justify; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@jamietallman: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Member@toerfiets: Please post in your site URL where you have embedded the video.
Kind Regards,
SkandhaSkandha
Member@hoddbarnesdickins: If you are talking about Header Media Video not having audio, that is the default feature of WordPress. This is intentional as video headers are meant to be visual elements on a site, and not fully functional video players
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
MemberHello @boss,
Thank you for using Catch Fullscreen Pro theme.
Please post in your site URL and elaborate you issue.Kind Regards,
SkandhaSkandha
Member@boss: To update pro theme you’ll need to first download the theme from https://catchthemes.com/my-account page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
Please check the tutorial video in the link below:
https://www.youtube.com/watch?v=W95SuabDZi8
For more, check out theme instructions at https://catchthemes.com/frequently-asked-questions/#question-general-1Let me know if this solves the issue!
Kind Regards,
SkandhaSkandha
Member@webgrid: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaNovember 15, 2018 at 2:02 am in reply to: Move Title & Menus To Flush Left and Changing Rollover Color #159350Skandha
Member@evergreenw60: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/* To move the title and menu to the left */ #header-content { margin-left:0 !important; } #header-content, #access div, #access-secondary div, #access-footer div { margin:0 !important; }You seem to have succeeded in changing hover color of the site title.
Let me know if this is what you want!
Kind Regards,
SkandhaSkandha
Member@ta0102: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.sub-menu:hover li a::after { display:none; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@salamali: This is strange. Can you revert to the old version you were using? Did you backup the old version of the theme during update?
Kind Regards,
SkandhaSkandha
Member@ta0102: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#menu-item-54 a::after { content:'\00000a Home'; white-space:pre; } #menu-item-1090 a::after { content:'\00000a Services'; white-space:pre; } #menu-item-64 a::after { content:'\00000a Company'; white-space:pre; } #menu-item-65 a::after { content:'\00000a Recruit'; white-space:pre; } #menu-item-66 a::after { content:'\00000a News'; white-space:pre; } #menu-item-67 a::after { content:'\00000a Contact'; white-space:pre; }Since the theme is a boxed and you have made it full width the sections are not center aligning properly. You will need to get your site customized for this purpose. I suggest you to hire a customizer.
Let me know if this helps you out!
Kind Regards,
Skandha -
AuthorPosts
