Bryan
Bryan
About
- Username
- Bryan
- Joined
- Visits
- 2,506
- Last Active
- Roles
- Moderator
Comments
-
Use this css .single .share_wrapper { background: transparent !important; border:none !important; } We do not have an option to replace it with an image, sorry.
-
Try this .wp-caption-text { background: transparent !important; color: black !important; }
-
Sorry since this is a visual composer plugin we cannot really advise anything more, please contact the VC team for more information. We would advise to link normally without hashtags.thanks
-
This could be caused by these values max_input_vars 1000 1000 memory_limit 128M 128M Contact your hosting provider to increase these values. Memory limit to 256 and input vars to 5000 thanks
-
Hi,Sorry but such file changes are not supported, maybe a better way of doing this is just by creating another category and not addins those posts.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
-
You can do that easily by going to theme options>blog,portfolio&shop>blogThere you will find a post meta option!thanks
-
We will consider this in the future updates, thanks for your insight.
-
font-size:20px;margin-left:5px; add this to the css that i wrote you. Fiddle with the settings to get it right.
-
Hi,You do not need to do anything, thanks for suporting betheme :)
-
We tested it on mobile devices and it works fine. Please select another parallax script.Theme options> addons&plugins>addons
-
The slider element will loop automatically, when you hover over it, it will pause.You can set the time in theme options>global>sliders
-
The site is not full width because you have set the boxed layout. Go to theme options>global>general and set it to full width.
-
Hi, Please address the errors you are getting in the console first, there are so many that the debuger stop the page and you cannot do anything.
-
Yes, this is because the line is an image, you would have to replace the image. The css for it is here: .fancy_heading_line { background-image: url('http://nostalgiebar.de/wp-content/themes/betheme/images/fancy_heading_hr.png') !important; }
-
Please continue this conversation on private mail, there is no reason to duplicate content.thanks
-
This is server related, to fix this send us the phpinfo linkplease 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 lim…
-
We use the standard comments.php file that comes with wordpress. You can find more information on google since we do not change this in any way, only attach it to our templates.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
-
Use this css .menu-highlight:not(.header-creative) #Top_bar .menu > li > a { margin: 0 !important; }
-
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. The link you added does not work. Thanks
-
As you can see, the console shows some errors regarding the fonts. Please adress this first. https://snag.gy/OoGkxm.jpg
-
Hi,Ther are not gone, they are just white and you cannot see them :)use this custom css to change the colors .social li a i { color:#f98a21 !important; }
-
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
-
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. What do you mean by menu. Thanks
-
We did not say this was includded in 17.4 since This line is in the functions.php, just search for it with CTRL+F, or CMD + F on mac
-
Hi,The problem is that your link has to have a class name scroll.class="scroll"This is how custom elements use the scrolling script.thanks
-
This number should be in theme options>header&subheader>extrasLook for the action button
-
Hi,Sorry but videos are disabled on mobile devices.thanks
-
@media only screen and (max-width: 767px) { PLACE CSS HERE } If you want to know more google 'media queries'