Bryan
Bryan
About
- Username
- Bryan
- Joined
- Visits
- 2,506
- Last Active
- Roles
- Moderator
Comments
-
Hi,Go to theme options>header&subheader>header and choose the fixed header option. You can disable the sticky option.thanks
-
The reason why it works with wmpl is because wmpl creates different pages for each language. Then you can set diffrent layouts for each page.
-
Yes, copy the file to your child theme and make changes there, do not touch the main theme files.
-
Here you can read more about itLINK
-
please be so kind and send us WordPress dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Please don’t forget to let us know what fo…
-
Very strange indeed.
-
Hi,This is not possible, you can only have one blog page.The thing you want to do is only doable by creating a page with images and titles representing categories and linking them to your category page where the recipes will be displayed.thanks
-
Hi,You have many html errors in your code, you can see them using firefox and pressing CTRL + UCheck your code and try againthanks
-
Yes, just edit the page you want to copy, then use the import/export tool in the mufin builder.On the other site just import the page and that is it.thanks
-
Hi, Could you please provide us with a link to your page? Also try to attach a screenshot, and more detailed info would be appreciated. Thanks
-
:hover not ::hover
-
CSS will not help you with your parallax. What are you trying to achieve?
-
Hi,This is a youtube iframe, please open this movie on youtube and copy the iframe again, then paste it to the builder. It looks like the movie does not existhttps://www.youtube.com/watch?v=CaSlaYISmy thanks
-
I check it and it seems that you got a section there that has no content.
-
Hi, Sorry but this is not possible and will cause a lot of problems, for example, you will not have a sticky menu. To change to logo just go to theme options.
-
Use this custom css .single-post .section_wrapper .post-nav { display:none !important; }
-
Hi,If you want to make the text bigger use this css.list_idea li { font-size: 15px !important; } Just adjust the 15px to what you want The size of the icons cannot be changed because it is a background element. What we can do is hide the icons, …
-
We will look into it.
-
Hi,You can use the translate options in theme options>translate thanks
-
Hi,If you want to hide the widget in your footer go to appearances>widgets and remove the widget fomr the footer sectionthanks
-
Hi,You cannot do it in bulk, the only way to do this is by adding custom css for each blog postthanks
-
Hi, What you ask for, requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact your web developer. Item Policy clearly says: Item support does not in…
-
Go to theme options>customcss&js>css and paste what I just wrote. Remember to save.
-
Hi, Could you please provide us with a link to your page? Also try to attach a screenshot, and more detailed info would be appreciated. Thanks
-
You both have low input_vars and memory_limit set. Please contact your hosting provider to increase these vaules.thanks
-
Hi,You can do that simply by adding :hover or :active Read more about pseudoclasses here:https://www.w3schools.com/css/css_pseudo_classes.asp thanks
-
What colors would you like them to be ?
-
Please go to theme folder, create php file with phpinfo() function inside and send us link to that file so we can have a look on your server settings. The problem is probably related to those limits but to be sure which one is the reason, we need th…
-
No, Updates are lifetime. Do not worry
-
Hi,To disable the border use this css.image_frame { border-color: transparent !important; } We do not have the possibillity to change the hover effect.