Forum Replies Created
-
in reply to: Can't Center Header Logo
Hello,
Go to the menu option described in the screenshot and set up the settings exactly as you see in the screenshot. The logo can be added as a simple element in the header and drag & drop in the column of the header you want(in the screenshot is in the middle column of the header).
If you have difficulties achieving this, just add some wp credentials in a private reply. So we can make the configurations for you.
Best regards!
in reply to: Install DEMO themeGlad to see all is sorted. Let us know if you have further questions.
If you like our theme and support, please leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much!
in reply to: Install DEMO themeHello,
Go to Tower > Import/Export (Dummy data), click on the image of the demo you want to import and then click “import“. Screenshot: https://ibb.co/BLnxmQN
Or go to Appearance > Setup Wizard, to start the initial setup wizard that helps you install a demo by going thru some steps.
Let us know.
Best regards!Hello,
Can you please send us a link of your site? So we can check this directly.
Best regards!
in reply to: Can't Center Header LogoHello,
Please go to Appearance > Customize > Header > Layout and set the option like shown in this screenshot:https://ibb.co/dkznnWc
You can add directly the logo in the header by adding the logo element and position it in the middle column.
If you want us to do it for you, just add some valid wp credentials in a private reply.
Best regards!
in reply to: Handel tutorialHello,
To change the header and logo, please go to Appearance > Customize > Header > Logo. Upload here a new logo. See screenshot of the available options: https://ibb.co/gVqQ8DS
You can access this option also by just opening the customize area and clicking on the element itself.However, you have missing options in the admin area and that is because the theme folder is not set up properly. You have theme folder inside another theme folder:
https://ibb.co/QN45Rwq
This is wrong. The theme folder should be directly inside the ‘themes’ folder. The right path: https://apexbuildingsolutionstexas.com/wp-content/themes/handel/css/bootstrap.cssPlease install the theme again in the right way. Then we can continue guiding you to set it up properly.
Let us know.
Best regards!in reply to: Can't update Codeless Visual Composer BackendHello,
The latest included version of the plugin is 6.0.3. That is why you keep on installing this version. We will update the plugin in the next theme release. For now you can use the existing one as it is completely functional and compatible with theme.
Let us know if you have any issues with it.
Best regards!in reply to: Responsive header menu not spacing correctlyHello,
Can you send me a screenshot of this? I checked the header and the very smallest screen size before turning into a mobile version header, is the 980px. And it does not look bad: https://ibb.co/zfkwpkw
Let me know.
Best regards!in reply to: Top Nav also on smartphoneHello,
You are welcome Bruno!
I don’t see 4 icons in desktop either. See screenshot: https://ibb.co/MDCcFtd
In the code as well, there are listed only 3 socials. Can i see a screenshot of what you are seeing?To further center the icons in mobile, add this code inside the
@mediarule (my last code):#social_widget-6 ul.footer_social_icons.simple { padding-right: 25px !important; }Result: https://ibb.co/9g56Gb5
Let us know.
Best regards!in reply to: Top Nav also on smartphoneHello,
By default, the top bar is not present in mobile. So to add it back you need to add some custom css. Try this code:
@media (max-width: 767px){ .top_nav { display: block !important; min-height: 110px !important; } .row-fluid .span6 { width: 100% !important; } .top_nav .widget { display: inline-flex !important; flex-wrap: wrap !important; } .top_nav .icon_text { display: flex !important; } .top_nav_transparency .widget:last-child { justify-content: center !important; } .top_nav .pull-right { float: left !imortant; margin: 33px 50px !important; } }You can customize it further using custom css.
Let us know.
Best regards!in reply to: Broken icons on mobile versionHello,
Sorry for the late reply.
Try editing themax-width: 480pxtomax-width: 767px.Let us know.
Best regards!in reply to: Social linksHello,
For this, you will need to edit theme files. Go to file regn/includes/widgets/regn_socialwidgets.php and find these lines:
if( !empty($facebook) ) echo '<li class="facebook"><a href="'.esc_url($facebook).'"><i class="cl-icon-facebook"></i></a></li>';All socials are listed like this. In these lines add this code:
target="_blank"right after the closing double quotes ofhrefattribute. See code above edited:if( !empty($facebook) ) echo '<li class="facebook"><a href="'.esc_url($facebook).'" target="_blank"><i class="cl-icon-facebook"></i></a></li>';Do the same for all the socials you want to use.
Let us know if you need further guidance.
Best regards!
You’re welcome :)
If you like our theme and support, please leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much!
Hello,
The images are portfolio items. To edit them, just go to Portfolio > Portfolio items. Open the options and go to Featured image. Change the image here. See screenshots: https://ibb.co/9nV8Xrr
Let us know if you have further questions.
Best regards!in reply to: Header İnformation Widget contactHello,
Please add some wp credentials in a private reply. So we can give this a closer look.
Best regards!