Brian

Forum Replies Created


Hi Thierry,
Do you mean restoring the database via phpmyadmin or using quickstart installation process ?


Hi there,
Did you add Meta title and description via Quix Page -> tab SEO ?
Thanks


Hi Geoff,
Interrio and Interior are same layout but different purpose, Interior (Interrio 2) is one page template. Depends on which package you bought before, simply go to customer area https://warptheme.com/account/ then download your package for update 🙂


Hi Facundo,
I have replied via Ticket system.
Thank you


Quix Page builder itself does not support this feature, you can use custom javascript for this purpose.
Example http://jquery.eisbehr.de/lazy/


You need to override the joomla content to create a effect for intro image or full article image.

The files located at joomla/templates/template_name/html/layouts/joomla/content/
Here you can customize full_image.php file or intro_image.php file

Example: if you want to implement the effect for image via category blog, you can customize the intro_image.php
For single article view, customize the full_image.php file.


1,2 replied here https://warptheme.com/forums/topic/wp-fedaro-stupid-question/

3) I added the Tags Widget in the section-custom-1 position. It looks like fine on the Home page but when view my Archives page, there is a background image. How do I get rid of the background image? Again, I see where this is coming from in theme.css:

Where’s the page issue ? Could you please post it here ??


“Yeah, I eventually figured that out but it wasn’t working after I changed it — even after closing browsers, clearing cache, trying a different computer. I think compiling LESS finally sorted it but I cannot confirm that.”

Just submit private question here https://warptheme.com/member-area/ticket-system/ I will help you check it.

1) How do I stop heading styles (h1..h6) from using uppercase?

You can use css method like so

h1, h2, h3, h4, h5 {
    text-transform: none;
}

just add to custom.css file located at wp-root/wp-content/themes/fedaro_wp_pro/css/custom.css

2) When I have text formatted bold + italic, the text color is hot pink. How do I set to use the normal text color and only apply the font-style?

You can set em color like

em {
    color: #ccc;
}

Hi Sidney,
Switch your php version to 7.1, it better than 5.6 🙂 , I will create a test with latest php 7.2.x to find the issue then report it for Developer.
Thank you


Just fixed the issue due to your custom css code.
Thank you


Hi Sidney,
Which php version are you using ? Make sure that you’re using php version 5.6 or higher.
Is it possible for me to take a look back-end settings ? if so, please submit the ticket here https://warptheme.com/member-area/ticket-system/



Hi JNK,
Its a same method :), if you are using wordpress, just go to WP Dashboard -> Fedaro Pro -> Layouts



Hi Jnk,
By default, you can see the layout front-page assigned to home menu item
See https://imgur.com/a/WhYHiRY and scroll down to Assignment see https://imgur.com/a/IZW5pqM
So if you change the style, simply change it for front-page layout too or simply remove the front-page layout then use default layout style.
The front-page layout created for Home page customizing purpose only ( Not effect to all pages, just home page)