Pablo
Pablo
About
- Username
- Pablo
- Joined
- Visits
- 4,874
- Last Active
- Roles
- Moderator
Comments
-
Hi,I can disable our responsive menu through the custom css.Please send me a link to your website.Thanks
-
It's depends how you would like to make it look.I suggest to use the images with the '768px' width or a full HD resolution - for the feature image it should be a good quality. Also, this size can be customized to the lower(or higher) quality in the …
-
The menu from "Sidebar Widget" is not the same menu as in the header, it will be displayed in the "column" - I mean, one menu item per row. (it will look like buttons in a column) If you don't like the style of this item, then yo…
-
Paste this CSS .fixed-nav .date{ display:none !important; } Thanks
-
Then, we suggest to use the Header type with the logo at the center (like "Stack: Center")It's not a good idea to customize it with the CSS, because it can make a lot of responsive troubles, as I said in the previous reply. Also, can you s…
-
@dhegmann Can you explain your issue greater?I do not see accordions on this page. Thanks
-
Please disable all of the plugins, clear the cache of your browser and check if the issue still exists.Thanks
-
Yes, please contact your hosting provider and ask him about increasing your php version to 7.0 or higher.Thanks
-
This message could mean that your license key is used on more than one domain. Please use this tool to manage your license keys: http://forum.muffingroup.com/betheme/discussion/36219/cannot-register-deregister-your-license-key-use-this-tool#latest …
-
Hi, Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you pro…
-
Hi, We got your mail, but you didn't send us any login credentials and link to your website, only the license key. Please send your mail once more, but this time, please attach all required information mentioned in the previous message. Thanks
-
You sent us this link: http://www.christinebizier.com/This website is not even on the WordPress, I suppose you sent the wrong link.Can you send a link to your website in this topic? Thanks
-
Hi,Please disable all of the plugins, clear the cache of your browser and check if the issue still exists.Thanks
-
Hi, Please go to your FTP, create a php file with phpinfo() function inside and send us a link to that file privately thru the contact form which is on the right side at http://themeforest.net/user/muffingroup#contact so we can have a look on your …
-
This is normal behavior because it's in the same column, you would have to create more advanced HTML code. I mean, insert the text inside the div (to be independent of the icon) with the vertical align set to top, display set to inline-block too and…
-
It's possible to change it but only globally.Theme Options > Global > Generalhttp://prntscr.com/mxsq5n Thanks
-
Hi, You can recreate it using the "Column" item because you can use the HTML tags there. Of course, there is another way to do it too, you can make a custom sidebar(Theme Options > Sidebars) and applying in the Appearance > Widgets …
-
Hi,I'm not 100% sure what you want to achieve.Do you want to insert the icon near the pop-up link, right? Can you send me a link to your website?Also, do you use our popup shortcode? Try to use the <i class="icon-name"></i> tex…
-
Hi,I do not see the problem with scrolling on your page.Can you explain your issue greater?Also, which browser do you use?Thanks
-
Hi,You can find the "Load more" string to translate in the Theme Options > Translate > Generalhttp://prntscr.com/mxoja5 Thanks
-
Hi,Yes, that's possible.You have to create your own Custom Layout and attach it in your page options settings.http://prntscr.com/mxoi0fhttp://prntscr.com/mxoimp Thanks
-
Hi,To change the font size of the main menu, please go to the Theme Options > Fonts > Size & StyleChange the size of 'Main Menu".http://prntscr.com/mxoh9aThanks
-
Hi,Sorry, but it's not a good way to upload the logo through the Customizer.Please upload a logo on the Theme Options > Global > Logo To upload the .svg logo, you have to install and enable this plugin first:https://wordpress.org/plugins/disab…
-
Hi,Sorry, but I do not understand what you want to achieve.Please, explain me it one more time, if you can, attach some screenshots.Thanks
-
Glad to hear that.Is there anything else I can help you with?Thanks
-
Hi,Please paste this CSS into the Theme Options > Custom CSS & JS > CSS @media (max-width:767px){ body header.is-sticky .logo{ width:160px !important; height:150px !important; } } Thanks
-
Hi,You can enable the "Sliding Menu" on responsive, but it will be displayed on all of the mobile devices.To change that, please go to the Theme Options > Responsive > HeaderChange the "Style" in the Menu section to the &qu…
-
Hi,The CSS will not be the fix here, it could make more problems.To display different logo you have to create your own Custom Layout and attach it in your page options settings. Check screens: http://prntscr.com/mxotkxhttp://prntscr.com/mxoimpThanks
-
Hi,The behavior of the header is depending on the size of logo.You can insert the logo for mobile in the Theme Options > Responsive > Generalhttp://prntscr.com/mxos5z We suggest, to use the logo with the 315px of width, it will look best on th…
-
Hi,Please use this code to make the text and icon be in the same line: <b>Watch</b> Next <i class="icon-lamp" style="display:inline-block; font-size:25px;"></i> Thanks