finanzbeben
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Get PHP Yoast Meta descriptionHello Maybellyne,
Sorry for causing some confusion. We’ve encountered an issue with retrieving the Yoast meta description for our search page using PHP, and would greatly appreciate your guidance.
Objective: We aim to dynamically display the Yoast meta description on our search page (for search results). This is intended to enhance the SEO and user experience of our site.
What We Have Done:
- Page Setup: On our Search Page Block Element – Page Hero, we have added a GB Headline Block with a class of ‘get-yoast-desc’. Reference for adding custom classes: WordPress Editor – Adding Additional CSS Classes to Blocks.
- Dynamic Data Activation: We have enabled dynamic data on this block to grab the title.
- PHP Snippet Added: We incorporated the above mentioned PHP snippet using the Code Snippets (PHP) plugin:
Issue Encountered: The block is currently only returning the title and not the Yoast meta description as intended. We attempted debugging by updating the code to include
var_dump($yoast_meta);
, but it seems the Yoast meta description is not being retrieved.Request for Assistance: Could you provide guidance or an alternative code snippet that would enable us to retrieve the Yoast meta description for the Search page in PHP? We believe there might be a specific approach or function required for this purpose that we are currently unaware of.
Your expertise and assistance in this matter would be immensely valuable to us. We are looking forward to resolving this issue and improving our site’s functionality with your esteemed guidance.
Thank you for your time and support.
Kind regards
Forum: Plugins
In reply to: [Page scroll to id] Offset pixels only when scrolling back to top?I have just exchanged the CSS snippet. However, now the problem is that there is a huge gap in both directions. Maybe you can try in private mode urself. BTW: Shiftnav should only be used in mobile mode, not desktop.
Forum: Plugins
In reply to: [Page scroll to id] Offset pixels only when scrolling back to top?Thanks for trying to help. I have just inputted your snippets and settings. However, this seems to not work. Any further idea? Otherwise I guess I need to live with it.
Forum: Plugins
In reply to: [Page scroll to id] Offset pixels only when scrolling back to top?Hi there, yeah. Here you go: Girokonto-Vergleich | Finde das beste Girokonto (inzpyre.me).
This page is a good example when using the anchor links from the toc to scroll back to top.
Many thanks for your effort.
Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] Translation SupportHi there,
Thanks for your help. I was ableo to detect and translate the strings as explained by you. Many thanks.
Kind regards
- This reply was modified 1 year, 8 months ago by finanzbeben.
Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] Translation SupportFunny fact: I was about to ask exactly the same question. However, I have tried to tanslate such strings using Theme and plugin translation for Polylang (TTfP). But I cannot find such strings. Therefore, I would appreciate any ideas how to solve such multi-language problems.
Forum: Plugins
In reply to: [Calculated Fields Form] Icon and border color tool tipThank you so much.
This is the solution I was searching for.
Kind regards
Forum: Plugins
In reply to: [Calculated Fields Form] Customize Template 14 (color and font) with CSSThank you!
Forum: Plugins
In reply to: [Calculated Fields Form] Customize Template 14 (color and font) with CSSSorry to bother you again, but I didn’t find a thing in the forum about this. When aligned left, is it possible to have some more space between the labels and the actual fields? On the right, there is so much space left, which is why this causes some trouble when using a side bar on the right.
Forum: Plugins
In reply to: [Calculated Fields Form] Customize Template 14 (color and font) with CSSHi there,
Thank you so much for you effort.
Looks fine now. Can you tell me the CSS Selector for the currency field?
Then I can also input custom CSS for the #fieldname22_2 and set the border to 1px accordinlgy.
Best regards
Forum: Plugins
In reply to: [Calculated Fields Form] Customize Template 14 (color and font) with CSSForum: Plugins
In reply to: [Calculated Fields Form] Customize Template 14 (color and font) with CSSHi there, one last question: In the CCF preview everything looks fine now. However, using it on my actual page, there is customization missing. I have already changed the loading method and also deactivated the caching plugin. Any idea what causes this issue with the missing customization even though the CCF preview shows everything as it should be?
Many thanks for your support
Forum: Plugins
In reply to: [Calculated Fields Form] Customize Template 14 (color and font) with CSSNow, it looks fine after uploading an adjusted custom svg. Many thanks!
Forum: Plugins
In reply to: [Calculated Fields Form] Customize Template 14 (color and font) with CSSMany thanks. It works ??
However, the green trianlge flech-select.svg cannot be changed to another color with CSS, right?
Kind regards
Forum: Plugins
In reply to: [Calculated Fields Form] Customize Template 14 (color and font) with CSSHi @codepeople
Thanks for your quick support. I really like your plugin.
Your input helped me a lot. I forgot to use the !important function.
Almost all changes work fine now.Currently, I’m only struggling to also adjust the font family and color of the calculated fields (to fit the rest of the calculator). Also, I was not able to change the color of the small info help icon and the small green triangle of the dropdown.
For the calculated field, I have tried to set the font family and color as follows:
.cp_cff_14 #fbuilder .cff-calculated-field {font-family: Helvetica; color:#16222a !important;}
However, this does not work. Any further tipps?
In CSS I can see the following coming from the template14:
.cp_cff_14 #fbuilder .cff-calculated-field input[readonly] { color: #3cce88 !important; font-weight: bold;
For the blue help icon, I have no idea.
Kind regards
- This reply was modified 2 years, 9 months ago by finanzbeben.