Home Forums Themes Support HelpDesk Which addons could have such a feature? to hide google map in an element

Viewing 48 reply threads
  • Author
    Posts
    • #20184

      Hi,

      Add exactly the same thing as the transparent header to display the map, etc.

      Need help to add google map in a menu to hide it
      As on the example here

      http://themelooks.us/demo/matroz/html/default/#contact

      Click on OUR LOCATION

      Which addons could have such a feature? to hide google map in an element like FAQ or Toggle or other?

      Thank you,

    • #20225

      Hi,

      Please follow this video https://monosnap.com/file/2Lj9ELBEfkGIX9XXZ5YKcKIeDFHcL4# and add below code

      .vc_tta-accordion .vc_tta-panels .vc_tta-panel:first-child {
             min-height: 60px;
      }
      .vc_tta-accordion .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading {
      	position: absolute;
      	top: 0;
      	left: 0;
      	width: 100%;
      	border: none !important;
      	background-color: rgba(255,152,0,.8) !important;
      	border-radius: 0 !important;
      	box-shadow: none !important;
      	z-index: 999;
      	height: 60px;
      background: url('http://janstudio.net/helpdesk/wp-content/uploads/2016/07/page-head-bg.png') center top no-repeat;
      background-size: cover;
      }
      .vc_tta-accordion .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-body {
      	border: none !important;
      	padding: 0 !important;
      }
      .vc_tta-accordion .vc_tta-panels .vc_tta-panel + .vc_tta-panel {display: none !important;}
      .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
      	text-align: center;
      	line-height: 60px !important;
      }
      .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title i {display: none; !important}
      .wpb_gmaps_widget .wpb_wrapper {
      	background-color: transparent !important;
      	padding: 0 !important;
      }
      .wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
      	color: #EBEBEB;
      	padding: 0 !important;
      }

      and change http://janstudio.net/helpdesk/wp-content/uploads/2016/07/page-head-bg.png with your map image background

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #20238

      Hi,

      Thank you for the code, how to display my image in the center of the text?

      Attached image

      2) Do you have a solution for

      In order for the columns to have two distinct full-width backgrounds, the content of the latter must also be full?

      How to have exactly the same thing
      I add a row element then I enter a custom layout for your line 3/4 + 1/4

      In the 1/4 columns I add element Google map, and I would like to have a background on all width and height?

      Example here in “Our Story” https://avada.theme-fusion.com/music/meet-the-band/

      Google map element, in the 1/4 column with a distinct full width background example blue color

      The other element for example block of text in column 3/4 with a background of full width distinct example color yellow

      Several tests and it does not work

      Attachments:
      You must be logged in to view attached files.
    • #20280

      Hi,

      Please follow this video http://take.ms/jtlwh

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #20294

      Hi,

      I replace your image by ours, but our image must be centered as the title?

      For this to work I need to replace a css code

      The video and for question 2?
      Reading in progress

      Thank you

    • #20314

      Hi,

      For the issue 1, i can’t help you if i don’t see your site. Could you please send me the link.

      My IP is 116.111.26.153

      Thanks

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #20321
      This reply has been marked as private.
    • #20330

      Hi,

      I can’t remove number in link when use accordion

      1. You have to create fake image background for button by use below css i give you in code

      .vc_tta-accordion .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading {
      	position: absolute;
      	top: 0;
      	left: 0;
      	width: 100%;
      	border: none !important;
      	background-color: rgba(255,152,0,.8) !important;
      	border-radius: 0 !important;
      	box-shadow: none !important;
      	z-index: 999;
      	height: 60px;
      background: url('http://janstudio.net/helpdesk/wp-content/uploads/2016/07/page-head-bg.png') center top no-repeat;
      background-size: cover;
      }

      and add more css

      .vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
      background-image: none;
      }

      Please change background url to your image path and change setting of accordion like this screenshot close all section https://monosnap.com/file/lKETX3Gg2jViRzNGTFL70Z3gaFa9f4#

      2. I think it good, please uncheck in full height row if you have more content and add more padding left and right for the row

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #20337
      This reply has been marked as private.
    • #20356

      Hi,

      1. This because your image so narrow so can’t fill the heading of map. Please download attach file or use below code

      .vc_tta-accordion .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading {
      background-position: center center;
      }

      2. Sorry please add padding-left for left column and padding-right for right column.

      Best regards

      Attachments:
      You must be logged in to view attached files.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #20370

      1) I give up
      2) not included, screenshot

    • #20381

      Could you explain more? You mean you don’t use image background for button?

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #20404

      Hi,

      1) I mean that the background of the image for the button is still not displayed
      even after adding all the css?

      2) not included

      Thank you

    • #20424

      Hi,

      It now i can’t access your site so can’t check the issue. Could you try with bigger image?

       

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #20439

      No answer for question 2

    • #20447

      Sorry please download screenshot attach there

      Attachments:
      You must be logged in to view attached files.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #20451

      1) To be in list of white you must have access to the site?
      Or you still have to change ip address?

      I have already made several unsuccessful

      2) you have not answered yet, here is your answer?

      2. Sorry please add padding-left for the left column and padding-right for the right column.

      Best regards

    • #20463
      This reply has been marked as private.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #20502

      Hi,

      Look at question 1 and 2 and tell me what?
      I add 366px and 30px, padding-left for the left column and padding-right and padding-left for the right column.

      Best regards

    • #20526

      Hi,

      1. The new css to fix background of button on map. I see you still use old code, please replace with the new code today.

      2. It now have more blank space on left column it not balance left-right.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #20531
      This reply has been marked as private.
    • #20544

      1. I saw it now loaded the background.

      2. With me it now not perfect. But you can do anything you want.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #20555

      1) Do you see it now the background?
      Is the css code good?

      2) With me, it’s not perfect. But you can do what you want.

      Give me yours?

    • #20586

      Hi,

      1. The background it now show, but your image for background small so it blur

      2. Please add more space around like this screenshot.

      I see the section you did below contact form and google so beautiful.  with content and space.

       

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #20675

      Hi,

      Add how much space around

      Thank you

    • #20708

      Hi,

      Please try space around as 50px or 60px.

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #20711

      Hi,

      That’s watching

      Thank you

    • #21287
      This reply has been marked as private.
    • #21290

      Hi,

      1. The contact page beautiful but you need style for contact form make it flat design and remove border-radius. It also have bug on Firefox http://take.ms/2JItn

      2. To remove banner on top please edit this page scroll down to Page Layout Option > Enable Page Title > Off.

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #21299
      This reply has been marked as private.
    • #21301

      Hi,

      Please remove class h-100 of this column to fix http://take.ms/fIxUTB

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #21306

      Hi,

      The bug is resolved
      Watch

      I do not understand why the class was still there, I erased it?
      Well, what do you think of this page? the colors etc for you she is perfect

      Thank you

    • #21309

      Hi,

      It now much better.

      It now need change style of contact form (color to white and input field http://take.ms/m22Gw and text in this box to white http://take.ms/Cqfgq

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #21373
      This reply has been marked as private.
    • #21381

      Hi,

      1. The new contact form it now more better

      2. The first time when user open your site the link original, it only add #1526143690536-18c6c2d5-5095 when you click to show map, it because now we use accordion. Don’t worry because it doesn’t affect to page SEO.

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #21396
      This reply has been marked as private.
    • #21412

      Hi,

      Please refer this topic https://www.shoutmeloud.com/how-to-change-wordpress-admin-login-url.html

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #21417

      Hi,

      You still misunderstood, the template blocks the new name change
      Once I activate the HMWP plugin and want to save new settings in the template options I have a 404 error

      It specifically looks for the path / wp-admin and therefore renaming the path name wp-admin causes this problem. I disabled the wp-admin name change.

      The theme used specifically looks for the wp admin path which, if not found, will return the error. Therefore, wp-admin can not be renamed on your website

      The developer of the plugin to check yesterday and the problem is of course on the template

      Thank you

    • #21424

      Hi,

      Could you try change only login link still keep the link when user login as yoursite/wp-admin If still have issue please attach a copy version of this plugin as private reply. We need more check before give you solution.

      Thanks

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #21431

      hi,

      to activate it you had to have a valid license
      thank you

    • #21574
      This reply has been marked as private.
    • #21575
      This reply has been marked as private.
    • #21606
      This reply has been marked as private.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #21618

      Hi,

      I already contact the plugin author about this problem. The author of this plugin is connected to our site and the problem comes from the template

        It specifically looks for the path / wp-admin and therefore renaming the path name wp-admin causes this problem. I disabled the wp-admin name change.

      The theme used specifically looks for the wp admin path which, if not found, will return the error. Therefore, wp-admin can not be renamed on your template

      Once I activate the HMWP plugin and want to save new parameters in the template options, I have a 404 error

      I joined a more “high” image

      Contact the plugin author about this problem, you’ll see he’ll tell you the same thing

      Thank you

    • #21643

      Hi,

      I follow this video http://support.wpwave.com/videos/change-wp-admin-to-myadmin and change wp-admin path.

      I try edit Theme Option and save it still work well without any issue. https://monosnap.com/file/uFXfXTRvUWNEDTgW38S3VHRvMf4T86

      Did you change setting on some where?

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #21740

      Hi,

      No need for your video, I already installed the plugin?
      Ps :! the plugin is already installed successfully, before the purchase of the template
      I do not see the report, with the problem that I meet
      The developer of the plugin to check, the problem is on the side of your template and not the plugin

      Good if there is no solution before the weekend, I delete your template permanently from our server

      Test with the template avada, divi everything works properly

      Thank you

    • #21760

      I check the setting of plugin with my theme it still work well when click on Save in Theme Option but don’t know why it have issue on your site.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #22214

      Hello,

      I delete our wordpress site permanently.

      Check for yourself, I reported several times that I had problems with your template and the plugin and we received no solution

      The plugin developer confirms that the template is not compatible with are plugin.

      So I can not keep a template that does not support plugins

      I request full refund, please

      All authors have already made the full refund

      Thank you

    • #22219

      Hi,

      You using our theme for along time. With so much report support for customize.

      We can’t give you refund.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 48 reply threads

You must be logged in to reply to this topic.